Fixed content width w/o sidebars
authorAlexander Ebert <ebert@woltlab.com>
Sat, 23 Jan 2016 10:32:22 +0000 (11:32 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 23 Jan 2016 10:32:22 +0000 (11:32 +0100)
wcfsetup/install/files/style/layout/layout.scss

index 5613049332d429a39830f8e344c6dd0eb1bd3a19..e01c99f6b7442f4d721bddb908b96ed31c558b35 100644 (file)
@@ -57,7 +57,7 @@ a {
 }
 
 .content {
-       flex: 0 0 auto;
+       flex: 1 1 auto;
        
        // sidebar follows
        &:not(:last-child) {