Restore spacing.

reviewable/pr1267/r1
Lauri Ojansivu 8 years ago
parent 9e075fb2da
commit 90d904e10d
  1. 2
      client/components/cards/checklists.jade

@ -7,7 +7,7 @@ template(name="checklists")
.card-checklist-items
each checklist in currentCard.checklists
+checklistDetail(checklist=checklist)
+checklistDetail(checklist = checklist)
if canModifyCard
+inlinedForm(autoclose=false classNames="js-add-checklist" cardId = cardId)

Loading…
Cancel
Save