From: Alexander Ebert Date: Fri, 5 Jul 2024 15:57:52 +0000 (+0200) Subject: Fix the visuals of i18n WYSIWYG instances X-Git-Tag: 6.1.0_Alpha_1~4^2~7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a0f598dc32836c062fb0e33465db7f50c31f9286;p=GitHub%2FWoltLab%2FWCF.git Fix the visuals of i18n WYSIWYG instances See https://www.woltlab.com/community/thread/306999-the-language-selector-in-the-description-of-the-add-subscription-page-should-be/ --- diff --git a/wcfsetup/install/files/style/layout/form.scss b/wcfsetup/install/files/style/layout/form.scss index 6f41d61bd0..ae2ca2a339 100644 --- a/wcfsetup/install/files/style/layout/form.scss +++ b/wcfsetup/install/files/style/layout/form.scss @@ -168,6 +168,11 @@ select { > textarea { flex: 0 0 100%; } + + > .ck.ck-editor { + flex: 0 0 100%; + margin-top: 0 !important; + } } .inputAddon input,