Skip to content

Commit

Permalink
fix: CKeditor margin issues in font size and paragraph format dropdow…
Browse files Browse the repository at this point in the history
…n lists - EXO-68267 - Meeds-io/meeds#1496

Before this change, when create or edit note and check the margins in the paragraph format and font size dropdown lists, There is a big margin in the dropdown lists. To resolve this problem, remove the css added to the ol and ul tags in dropdown lists in ckeditor. After this change, Remove the extra margins.

(cherry picked from commit cfc82f7)
  • Loading branch information
akhanfir authored and Jihed525 committed Dec 26, 2023
1 parent 72ec272 commit f36ce27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ a {
color: @linkColor !important;
}

ol, ul, dl {
ol, ul:not(.cke_panel_list), dl {
margin: @listMargin !important;
padding: @listPadding !important;
}
Expand Down

0 comments on commit f36ce27

Please sign in to comment.