From ef4d37f308f99e966118c00fe8455d6dec31cb68 Mon Sep 17 00:00:00 2001 From: FreeScout Date: Sun, 24 Nov 2024 22:08:36 -0800 Subject: [PATCH] Fix text bolding issue - closes #4367 --- public/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 148a545dd..9ba69feac 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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;