mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
fixed the background issue on the tasks tab
This commit is contained in:
parent
d5e3be62a4
commit
95146e7820
1 changed files with 42 additions and 40 deletions
|
@ -1,3 +1,5 @@
|
|||
.nano.editor-nano-container
|
||||
.nano-content
|
||||
mixin task-row(cid)
|
||||
- var task = view.getTaskByCID(cid)
|
||||
- var taskName = task.get('name');
|
||||
|
|
Loading…
Reference in a new issue