Improved visuals for split message footer buttons
authorAlexander Ebert <ebert@woltlab.com>
Mon, 28 Aug 2017 11:31:13 +0000 (13:31 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 28 Aug 2017 11:31:19 +0000 (13:31 +0200)
See #2405

wcfsetup/install/files/style/ui/message.scss

index abda7eff56c3d2b4638c0e31874d8fb973f2229f..6a6f49d15e4f6097914c99b7611ac9b351838ee2 100644 (file)
                        
                        & + .messageFooterButtons {
                                flex: 0 auto;
-                               margin-left: 20px;
+                               
+                               > li:first-child {
+                                       margin-left: 20px;
+                               }
                        }
                }