From: Alexander Ebert Date: Wed, 26 Jul 2023 14:40:35 +0000 (+0200) Subject: Prevent the selection handle to bet cut off by the toolbar X-Git-Tag: 6.0.0_Alpha_8~51 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=568b0438b23e63f9c4d057e818353704575bbc02;p=GitHub%2FWoltLab%2FWCF.git Prevent the selection handle to bet cut off by the toolbar See https://www.woltlab.com/community/thread/300628-widget-handle-cut-off-by-the-editor-toolbar/ --- diff --git a/wcfsetup/install/files/style/ui/ckeditor.scss b/wcfsetup/install/files/style/ui/ckeditor.scss index 39adeab6b0..900fc04d69 100644 --- a/wcfsetup/install/files/style/ui/ckeditor.scss +++ b/wcfsetup/install/files/style/ui/ckeditor.scss @@ -7,6 +7,10 @@ @extend .htmlContent; } +.ck.ck-content.ck-editor__editable > .ck-widget.ck-widget_with-selection-handle:first-child { + margin-top: 1.5em !important; +} + .ck.ck-content.ck-editor__editable .image-inline { vertical-align: middle; }