Revert markdown styles from old frontend

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-05-15 11:20:20 +02:00
parent 61541c8a79
commit e314911072
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;
}