Fix the visuals of i18n WYSIWYG instances
authorAlexander Ebert <ebert@woltlab.com>
Fri, 5 Jul 2024 15:57:52 +0000 (17:57 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 5 Jul 2024 15:57:52 +0000 (17:57 +0200)
See https://www.woltlab.com/community/thread/306999-the-language-selector-in-the-description-of-the-add-subscription-page-should-be/

wcfsetup/install/files/style/layout/form.scss

index 6f41d61bd0a57a0e41e09c4e4aaa1c991c6ee0ff..ae2ca2a339f7f337ab328a58658b39d4b8cd11e3 100644 (file)
@@ -168,6 +168,11 @@ select {
        > textarea {
                flex: 0 0 100%;
        }
+
+       > .ck.ck-editor {
+               flex: 0 0 100%;
+               margin-top: 0 !important;
+       }
 }
 
 .inputAddon input,