浏览代码

Add some padding to checklist title to make it seperate from card details body

Nadav Tasher 5 月之前
父节点
当前提交
efd22df657
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      client/components/cards/checklists.css

+ 3 - 0
client/components/cards/checklists.css

@@ -45,6 +45,9 @@ textarea.js-edit-checklist-item {
   border-radius: 16px;
   height: 100%;
 }
+.checklist-title {
+  padding: 10px;
+}
 .checklist-title .checkbox {
   float: left;
   width: 30px;