mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
fix: note editor italic (#5230)
This commit is contained in:
parent
bc757f1ddc
commit
6be0027853
|
@ -10,6 +10,7 @@ const theme: EditorThemeClasses = {
|
||||||
},
|
},
|
||||||
link: 'note-editor-theme_link',
|
link: 'note-editor-theme_link',
|
||||||
text: {
|
text: {
|
||||||
|
italic: 'note-editor-theme_text-italic',
|
||||||
strikethrough: 'note-editor-theme_text-strikethrough',
|
strikethrough: 'note-editor-theme_text-strikethrough',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,3 +22,7 @@
|
||||||
.note-editor-theme_text-strikethrough {
|
.note-editor-theme_text-strikethrough {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-editor-theme_text-italic {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user