From 3c9073967e9e4eaf3d597bb12ea081ec5873edd7 Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Sat, 7 Dec 2024 09:39:57 +0000 Subject: [PATCH] fix(nc-gui): rich text italic render issue #4128 --- packages/nc-gui/components/cell/RichText.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/nc-gui/components/cell/RichText.vue b/packages/nc-gui/components/cell/RichText.vue index a01b7e41d6..d4b59288a2 100644 --- a/packages/nc-gui/components/cell/RichText.vue +++ b/packages/nc-gui/components/cell/RichText.vue @@ -709,6 +709,14 @@ onClickOutside(editorDom, (e) => { .mention span { display: none; } + + em { + font-synthesis: initial !important; + + & * { + font-synthesis: initial !important; + } + } } .nc-form-field-bubble-menu-wrapper { @apply absolute -bottom-9 left-1/2 z-50 rounded-lg;