Fixed rendering issue
authorAlexander Ebert <ebert@woltlab.com>
Sat, 28 Feb 2015 20:30:50 +0000 (21:30 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 28 Feb 2015 20:30:50 +0000 (21:30 +0100)
wcfsetup/install/files/style/message.less

index ef69582c22c736b538a0faadbdfca14bdac3b25d..1407632fdd3103b03319e51c08153d4cd858e13d 100644 (file)
@@ -540,7 +540,7 @@ html[dir='rtl'] {
 }
 
 .messageHeader + .messageBody > div:first-child:not(.redactor-box),
-.messageBody > div:not(.messageFooter):not(.messageTabMenu):not(:first-child) {
+.messageBody > div:not(.messageFooter):not(.messageTabMenu):not(.redactor-box):not(:first-child) {
        border-top: 1px dotted @wcfContainerBorderColor;
        padding: @wcfGapMedium 0;
 }