From 0616b241470edb767dfd92911bcff5efb1bb707e Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 22 May 2025 22:43:36 +0300 Subject: [PATCH] style(next)/formatting toolbar: tweak the default width of the dropdown panels --- apps/client/src/stylesheets/theme-next/notes/text.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index 759840687..7913a8acf 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -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 {