Fixed ckeditor issue
authorMarcel Werk <burntime@woltlab.com>
Fri, 12 Jul 2013 17:17:28 +0000 (19:17 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 12 Jul 2013 17:17:28 +0000 (19:17 +0200)
wcfsetup/install/files/style/message.less

index 2bed2d9ed39c9db33d57f95542c3066c6d20358b..9fa5d9030a0445c70e61d53bc64a5acfcc8ff1ab 100644 (file)
@@ -875,6 +875,12 @@ li:nth-child(2n+1) .message {
        padding: 8px !important;
 }
 
+.cke_source {
+       box-sizing: border-box !important;
+       -moz-box-sizing: border-box !important;
+       -webkit-box-sizing: border-box !important; 
+}
+
 .cke_combo__fontsize .cke_combo_text {
        width: auto !important;
 }