Pārlūkot izejas kodu

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

Nadav Tasher 5 mēneši atpakaļ
vecāks
revīzija
efd22df657
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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;
   border-radius: 16px;
   height: 100%;
   height: 100%;
 }
 }
+.checklist-title {
+  padding: 10px;
+}
 .checklist-title .checkbox {
 .checklist-title .checkbox {
   float: left;
   float: left;
   width: 30px;
   width: 30px;