From cae007ad271773ff9b94e106b9f9040b6ef6a1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 14 Apr 2021 18:07:32 +0200 Subject: [PATCH] Fix codemirror description width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/card/Description.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/card/Description.vue b/src/components/card/Description.vue index 9e1f06298..54edad01b 100644 --- a/src/components/card/Description.vue +++ b/src/components/card/Description.vue @@ -293,6 +293,7 @@ h5 { padding: 0; background-color: var(--color-main-background); color: var(--color-main-text); + width: 100%; } .CodeMirror-placeholder {