From de06033dcdcc471d2f84cd5bff8ae301e3627de3 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 c759db6aa..5eb7703d4 100644 --- a/src/components/card/Description.vue +++ b/src/components/card/Description.vue @@ -306,6 +306,7 @@ h5 { padding: 0; background-color: var(--color-main-background); color: var(--color-main-text); + width: 100%; } .CodeMirror-placeholder {