소스 검색

Table editor minor CSS update

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

+ 3 - 0
public/css/style.css

@@ -1073,6 +1073,9 @@ table.table-edit-sheet .ql-toolbar {
 table.table-edit-sheet .ql-container {
     border-bottom: 0 !important;
 }
+table.table-edit-sheet .ql-editor[contenteditable] {
+    min-height: 60px;
+}
 .w-35 {
     width: 35%;
 }