浏览代码

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 {
 table.table-edit-sheet .ql-container {
     border-bottom: 0 !important;
     border-bottom: 0 !important;
 }
 }
+table.table-edit-sheet .ql-editor[contenteditable] {
+    min-height: 60px;
+}
 .w-35 {
 .w-35 {
     width: 35%;
     width: 35%;
 }
 }