Skip to content

Commit

Permalink
Merge pull request #16409 from ckeditor/ck/6248
Browse files Browse the repository at this point in the history
Fix (theme-lark): Addressed a regression in the height of buttons displayed inside lists (e.g. buttons in annotation menus).
  • Loading branch information
oleq authored Jun 24, 2024
2 parents a8a46ec + 8f7cb28 commit 986a064
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
https://github.com/ckeditor/ckeditor5-heading/issues/63 */
padding: var(--ck-list-button-padding);

& .ck-button__label {
/* https://github.com/ckeditor/ckeditor5-heading/issues/63 */
line-height: calc(var(--ck-line-height-base) * var(--ck-font-size-base));
}

&:active {
box-shadow: none;
}
Expand Down

0 comments on commit 986a064

Please sign in to comment.