Skip to content

Commit

Permalink
feat: Icons of cke context menu are not correctly shown - EXO-65722 -M…
Browse files Browse the repository at this point in the history
…eeds-io/MIPs#71 (#527)

Prior to this change, defnied styles icons of cke context menu are not
shown due to the fact that the size of icons is not well set. This PR
updates the size of the icons in order to correctly display it
  • Loading branch information
hakermi committed Sep 29, 2023
1 parent a8cb920 commit a7c8a55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@ a.cke_button {
//height:@height9;
margin-top:1px;
width:16px;
height: 16px;
line-height: 17px;
}
.cke_button_label {
Expand Down

0 comments on commit a7c8a55

Please sign in to comment.