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 25, 2024
1 parent a49fd0a commit ef4d37f
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 @@ -1010,7 +1010,8 @@ https://github.com/freescout-help-desk/freescout/issues/4354
.note-editor .note-editable * {
background-color: inherit;
font-size: inherit;
font-weight: inherit;
/* https://github.com/freescout-help-desk/freescout/issues/4367 */
/*font-weight: inherit;*/
}
.note-editor.note-frame {
border-color: #dee4e9 !important;
Expand Down

0 comments on commit ef4d37f

Please sign in to comment.