mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +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',
|
||||
text: {
|
||||
italic: 'note-editor-theme_text-italic',
|
||||
strikethrough: 'note-editor-theme_text-strikethrough',
|
||||
},
|
||||
}
|
||||
|
|
|
@ -21,4 +21,8 @@
|
|||
|
||||
.note-editor-theme_text-strikethrough {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.note-editor-theme_text-italic {
|
||||
font-style: italic;
|
||||
}
|
Loading…
Reference in New Issue
Block a user