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

pull/2006/head
Adorian Doran 2025-05-22 22:43:36 +07:00
parent a8738fd174
commit 0616b24147
1 changed files with 10 additions and 0 deletions

@ -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 {