Merge pull request #1900 from nextcloud/bugfix/1808

This commit is contained in:
Julius Härtl
2020-05-15 11:28:48 +02:00
committed by GitHub
2 changed files with 106 additions and 0 deletions

View File

@@ -602,6 +602,10 @@ export default {
#description-preview {
min-height: 100px;
&::v-deep {
@import "./../../css/markdown";
}
&::v-deep input {
min-height: auto;
}