diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index 99a2fa5d2..485dae388 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -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)); }