Merge pull request #2984 from nextcloud/backport/2983/stable1.4

[stable1.4] Fix codemirror description width
This commit is contained in:
Christoph Wurst
2021-04-14 20:39:03 +02:00
committed by GitHub

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 {