fixed the background issue on the tasks tab

This commit is contained in:
Matt Sanders 2016-08-05 17:02:22 +12:00
parent d5e3be62a4
commit 95146e7820

View file

@ -1,3 +1,5 @@
.nano.editor-nano-container
.nano-content
mixin task-row(cid)
- var task = view.getTaskByCID(cid)
- var taskName = task.get('name');