Merge pull request #2983 from nextcloud/bugfix/noid/description-width

Fix codemirror description width
This commit is contained in:
Christoph Wurst
2021-04-14 20:08:04 +02:00
committed by GitHub

View File

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