Skip to content

Commit 2d62dcb

Browse files
committed
fix: fix rich text italic
1 parent ce4c305 commit 2d62dcb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/style.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,7 @@ body {
192192
.ed-message-box__container {
193193
display: block !important;
194194
}
195+
196+
strong {
197+
font-synthesis: style weight !important;
198+
}

0 commit comments

Comments
 (0)