Fixed some rendering issues on mobile devices
authorAlexander Ebert <ebert@woltlab.com>
Mon, 27 Oct 2014 16:16:27 +0000 (17:16 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 27 Oct 2014 16:16:27 +0000 (17:16 +0100)
wcfsetup/install/files/style/message.less

index 4e5610c1e2f8f2108498bb058d41fb2cde0209cb..8b9a13f5c0391711f9dca720bdb55be3790d00c1 100644 (file)
@@ -1005,7 +1005,7 @@ li:nth-child(2n+1) .message {
                padding: 7px;
        }
        
-       .message .messageBody > div:not(.messageFooter) {
+       .message .messageBody > div:not(.messageFooter):not(.messageTabMenu):not(.redactor-box) {
                padding: 7px 0;
        }