fix: note editor italic (#5230)
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user