소스 검색

Increase note RTE min-height to 280

Vijayakrishnan Krishnan 4 년 전
부모
커밋
5eb4c3450d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/css/style.css

+ 1 - 1
public/css/style.css

@@ -220,7 +220,7 @@ body>nav.navbar {
     border-right: 0;
 }
 .mcp-theme-1 .ql-editor[contenteditable] {
-    min-height: 120px;
+    min-height: 280px;
 }
 .ql-container p {
     margin-top: 1rem;