style(next)/formatting toolbar: tweak the default width of the dropdown panels

This commit is contained in:
Adorian Doran 2025-05-22 22:43:36 +03:00
parent a8738fd174
commit 0616b24147

View File

@ -136,6 +136,10 @@
box-shadow: unset;
}
:root .ck.ck-list__item{
min-width: 10em;
}
/* Checked list item */
:root ul.ck.ck-list button.ck-button:hover,
@ -197,6 +201,12 @@
padding-top: 1em;
}
/* Heading dropdown */
:root .ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
min-width: 170px;
}
/* Font size dropdown */
.ck-fontsize-option {