diff --git a/src/components/EditorEasyMDE.vue b/src/components/EditorEasyMDE.vue index 1db1d7213..2af847ecb 100644 --- a/src/components/EditorEasyMDE.vue +++ b/src/components/EditorEasyMDE.vue @@ -480,6 +480,11 @@ export default { text-decoration: line-through; } +.CodeMirror .cm-formatting-task.cm-meta::before, .CodeMirror .cm-formatting-task.cm-property::before { + border-radius: 4px; + top: 2px; +} + .toolbar { width: 100%; height: 44px;