From 7706d52e63858caabd5b9f064c9da23db941a05a Mon Sep 17 00:00:00 2001 From: FreeScout Date: Fri, 29 Nov 2024 06:31:14 -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 04ba349e6..2aead9c01 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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 */