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;