From: Alexander Ebert Date: Sat, 22 Apr 2023 10:30:16 +0000 (+0200) Subject: Enable the automatic grouping of items in the toolbar X-Git-Tag: 6.0.0_Alpha_1~216 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5bb0bc2892b875644c27744fb968789c59cda88e;p=GitHub%2FWoltLab%2FWCF.git Enable the automatic grouping of items in the toolbar Fixes WoltLab/editor#18 --- diff --git a/wcfsetup/install/files/style/ui/ckeditor.scss b/wcfsetup/install/files/style/ui/ckeditor.scss index 433bf05360..fd7c2eff6e 100644 --- a/wcfsetup/install/files/style/ui/ckeditor.scss +++ b/wcfsetup/install/files/style/ui/ckeditor.scss @@ -76,6 +76,12 @@ } } +.ck.ck-toolbar__items, +.ck.ck-toolbar__grouped-dropdown { + /* Enables the automatic grouping of excessive items. */ + flex-shrink: 0; +} + .ck.ck-reset.ck-dropdown__panel, .ck.ck-balloon-panel { border-color: transparent;