From eaab4dad30bdc91c44b7dd411a541a0946bd08bf Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 17 Sep 2022 16:38:47 +0900 Subject: [PATCH] fixed broken indent --- app/views/components/editor.css | 4 ---- 1 file changed, 4 deletions(-) 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); }