style(next)/formatting toolbar: tweak (again) the numbered list dropdown

This commit is contained in:
Adorian Doran 2025-05-23 01:34:47 +03:00
parent beb842aec0
commit df87933218

View File

@ -259,7 +259,9 @@
/* Numbered list */
:root .ck.ck-list-properties_with-numbered-properties .ck.ck-list-styles-list {
min-width: 200px;
grid-template-columns: repeat(3, auto);
justify-content: space-between;
padding-bottom: calc(var(--ck-spacing-medium) + var(--menu-padding-size));
}