Fixed flex-basis failing in IE 11
authorAlexander Ebert <ebert@woltlab.com>
Sun, 8 Jan 2017 23:59:40 +0000 (00:59 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 8 Jan 2017 23:59:40 +0000 (00:59 +0100)
wcfsetup/install/files/style/layout/content.scss

index 7fcfdb5eb90a6672e5863565a0f6d95dc1cf8602..4805386153f127c2a7c6d236ed4b43fbd6110255 100644 (file)
@@ -83,7 +83,7 @@
                }
                
                .contentHeaderTitle {
-                       flex: 1 1 0;
+                       flex: 1 1 0%;
                }
                
                .contentHeaderNavigation {