Fixed IE 11 breaking the message layout
authorAlexander Ebert <ebert@woltlab.com>
Fri, 16 Dec 2016 16:06:44 +0000 (17:06 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 16 Dec 2016 16:06:50 +0000 (17:06 +0100)
wcfsetup/install/files/style/ui/message.scss

index e8bdc5a77ae93207f947f715cc0f4213a29628e4..1c9a20b4910268abe2a0fa4d0964356dd5eaa156 100644 (file)
 /* content */
 .messageContent {
        display: flex;
-       flex: 1 1 auto;
+       flex: 1 1 0%;
        flex-direction: column;
        
        @include screen-sm-down {