From: Marcel Werk Date: Fri, 12 Jul 2013 17:17:28 +0000 (+0200) Subject: Fixed ckeditor issue X-Git-Tag: 2.0.0_Beta_5~62 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=11a8a13c22b00c52314583d0af3162e0d887fe3c;p=GitHub%2FWoltLab%2FWCF.git Fixed ckeditor issue --- diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index 2bed2d9ed3..9fa5d9030a 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -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; }