Skip to content

Commit

Permalink
Fix text bolding issue - closes #4367
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Nov 29, 2024
1 parent ff2e92f commit 7706d52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,8 @@ a h4 {
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 * {
.note-editor .note-editable span,
.note-editor .note-editable div {
/*background-color: inherit;*/
font-size: inherit;
/* https://github.com/freescout-help-desk/freescout/issues/4367 */
Expand Down

0 comments on commit 7706d52

Please sign in to comment.