Prevent the selection handle to bet cut off by the toolbar
authorAlexander Ebert <ebert@woltlab.com>
Wed, 26 Jul 2023 14:40:35 +0000 (16:40 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 26 Jul 2023 14:40:35 +0000 (16:40 +0200)
See https://www.woltlab.com/community/thread/300628-widget-handle-cut-off-by-the-editor-toolbar/

wcfsetup/install/files/style/ui/ckeditor.scss

index 39adeab6b04093041be6b1d0b5e1e4248faf2b7a..900fc04d6927b0c4fd36bae78cc6de6a8bab9075 100644 (file)
@@ -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;
 }