Fixed content footer buttons
authorAlexander Ebert <ebert@woltlab.com>
Sat, 16 Apr 2016 10:53:43 +0000 (12:53 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 16 Apr 2016 10:53:43 +0000 (12:53 +0200)
wcfsetup/install/files/style/layout/content.scss

index 4287a23dbaf2f37011479fbc1c95d080d1a5c2fe..36d223c256996aa4c29fab13a77a7eb308b751e2 100644 (file)
@@ -344,6 +344,13 @@ fieldset {
                        flex: 1 1 auto;
                        margin: 20px 0 0 20px;
                        text-align: right;
+                       
+                       > ul {
+                               @include inlineList;
+                               
+                               display: inline-flex;
+                               flex-wrap: nowrap;
+                       }
                }
        }