Fixed fluid layout issue
authorMarcel Werk <burntime@woltlab.com>
Tue, 28 May 2013 18:31:32 +0000 (20:31 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 28 May 2013 18:31:32 +0000 (20:31 +0200)
wcfsetup/install/files/style/layout.less

index f3bda629cbf4a09d4553d2ff074fbbf91f246532..c2094e7782cebf5b784c3248df2f033712eb8e28 100644 (file)
        box-sizing:border-box;
        -moz-box-sizing: border-box; /* Firefox */
        display: table;
-       width: 100%;
        table-layout: fixed;
        
+       &.layoutFluid {
+               width: 100%;
+       }
+       
        > div {
                display: table-row;