Skip to content

Commit

Permalink
Merge pull request #17423 from ckeditor/ck/17422
Browse files Browse the repository at this point in the history
Fix (theme-lark): Letter descenders should not be clipped in the top-level menu bar categories. Closes #17422.
  • Loading branch information
oleq authored Nov 7, 2024
2 parents 686f416 + 6e25c1a commit b8f2f87
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
& .ck-button__label {
width: unset;
line-height: unset;

/*
* Top-level buttons don't use ellipsis and overflow: hidden clips descenders.
* See https://github.com/ckeditor/ckeditor5/issues/17422.
*/
overflow: visible;
}

&.ck-on {
Expand Down

0 comments on commit b8f2f87

Please sign in to comment.