Allows for use of checklist on mobile

This commit is contained in:
Devin McAllester 2020-04-14 17:05:58 -07:00
parent f1a9e30956
commit 9df5c0e2de
4 changed files with 8 additions and 4 deletions

View file

@ -88,7 +88,8 @@ template(name="checklistItems")
template(name='checklistItemDetail')
.js-checklist-item.checklist-item
if canModifyCard
.check-box.materialCheckBox(class="{{#if item.isFinished }}is-checked{{/if}}")
.check-box-container
.check-box.materialCheckBox(class="{{#if item.isFinished }}is-checked{{/if}}")
.item-title.js-open-inlined-form.is-editable(class="{{#if item.isFinished }}is-checked{{/if}}")
+viewer
= item.title