Merge pull request #2985 from nextcloud/backport/2983/stable1.2

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

View File

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