fix(tasks): reposition task creation button

This commit is contained in:
Sabe Jones
2019-04-17 09:13:00 -05:00
parent 43b607aedd
commit 380fb0abf4

View File

@@ -227,6 +227,10 @@
}
}
.create-task-area {
top: -2.5rem;
}
.drag {
cursor: grab;
margin: auto 0;