Skip to content

Commit

Permalink
Fix an issue with the SPAN tag being added in the editor - closes #4354
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Nov 17, 2024
1 parent b7938df commit 0e7e1a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,15 @@ a h4 {
.summernote-inservar {
max-width: 200px;
}
/*
This is needed to avoid an issue with the SPAN tag being added
https://github.com/freescout-help-desk/freescout/issues/4354
*/
.note-editor .note-editable * {
background-color: inherit;
font-size: inherit;
font-weight: inherit;
}
.note-editor.note-frame {
border-color: #dee4e9 !important;
}
Expand Down

0 comments on commit 0e7e1a5

Please sign in to comment.