Fix codemirror description width

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2021-04-14 18:07:32 +02:00
committed by backportbot[bot]
parent 0cd1d8c148
commit de06033dcd

View File

@@ -306,6 +306,7 @@ h5 {
padding: 0; padding: 0;
background-color: var(--color-main-background); background-color: var(--color-main-background);
color: var(--color-main-text); color: var(--color-main-text);
width: 100%;
} }
.CodeMirror-placeholder { .CodeMirror-placeholder {