@ckeditor/ckeditor5-theme-lark
Version:
A bright theme for CKEditor 5.
13 lines (10 loc) • 339 B
CSS
/*
* Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
:root {
--ck-dropdown-menu-menu-item-min-width: 18em;
}
.ck.ck-dropdown-menu-list__nested-menu__item {
min-width: var(--ck-dropdown-menu-menu-item-min-width);
}