Improved IE workaround
authorAlexander Ebert <ebert@woltlab.com>
Fri, 16 Dec 2016 20:59:16 +0000 (21:59 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 16 Dec 2016 20:59:16 +0000 (21:59 +0100)
wcfsetup/install/files/style/ui/message.scss

index 1c9a20b4910268abe2a0fa4d0964356dd5eaa156..df1571544df476a8dfd5757f8ac7ee1ddf2b4eec 100644 (file)
 /* content */
 .messageContent {
        display: flex;
-       flex: 1 1 0%;
+       /* do not use `flex: 1 1 0%` as it causes Mobile Safari to fail */
+       flex: 1;
        flex-direction: column;
        
        @include screen-sm-down {