diff --git a/app/views/components/editor.css b/app/views/components/editor.css index 1a6318a..5f511cb 100644 --- a/app/views/components/editor.css +++ b/app/views/components/editor.css @@ -18,10 +18,6 @@ font-size: 1rem; } -.editor .cm-line { - display: flex; -} - .editor .cm-cursor { border-left-color: var(--nc-tx-1); }