Просмотр исходного кода

Merge pull request #8448 from weseek/fix/139590-comment-editor-height

fix: Comment Editor Height
Yuki Takei 2 лет назад
Родитель
Сommit
706e1d14de
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      apps/app/src/components/PageComment/CommentEditor.module.scss

+ 4 - 0
apps/app/src/components/PageComment/CommentEditor.module.scss

@@ -4,6 +4,10 @@
 
 // display cheatsheet for comment form only
 .comment-editor-styles :global {
+  .cm-editor {
+    height: 300px !important;
+  }
+
   .comment-form {
     position: relative;
     margin-top: 1em;