Skip to content

Commit

Permalink
Resolved #4336 where RTE ckeditor bullet points css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Yulyaswan committed Jun 19, 2024
1 parent 335e352 commit 42a1a27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cp-styles/app/styles/components/_rte.scss
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,10 @@ a.ck.ck-button.ck-on {
color: var(--ck-color-text) !important;
}

.ck.ck-editor__main>.ck-editor__editable li .ck-list-bogus-paragraph {
display: inline-block;
}

/* Redactor stuff */

.redactor-box .redactor-toolbar {
Expand Down
4 changes: 4 additions & 0 deletions themes/ee/cp/css/common.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -47152,6 +47152,10 @@ a.ck.ck-button.ck-on {
color: var(--ck-color-text) !important;
}

.ck.ck-editor__main > .ck-editor__editable li .ck-list-bogus-paragraph {
display: inline-block;
}

/* Redactor stuff */
.redactor-box .redactor-toolbar {
z-index: 2;
Expand Down

0 comments on commit 42a1a27

Please sign in to comment.