Browse Source

fix(nc-gui): rich text italic render issue #4128

pull/9970/head
Ramesh Mane 5 days ago
parent
commit
3c9073967e
  1. 8
      packages/nc-gui/components/cell/RichText.vue

8
packages/nc-gui/components/cell/RichText.vue

@ -709,6 +709,14 @@ onClickOutside(editorDom, (e) => {
.mention span { .mention span {
display: none; display: none;
} }
em {
font-synthesis: initial !important;
& * {
font-synthesis: initial !important;
}
}
} }
.nc-form-field-bubble-menu-wrapper { .nc-form-field-bubble-menu-wrapper {
@apply absolute -bottom-9 left-1/2 z-50 rounded-lg; @apply absolute -bottom-9 left-1/2 z-50 rounded-lg;

Loading…
Cancel
Save