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 cbc6907f0a
commit cae007ad27

View File

@@ -293,6 +293,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 {