소스 검색

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

Nadav Tasher 6 달 전
부모
커밋
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;