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
parent f16749a382
commit e1e803dfa7

View File

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