Skip to content

Commit

Permalink
fix(tasks): reposition task creation button
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Apr 18, 2019
1 parent 43b607a commit 380fb0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/client/components/tasks/user.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@
}
}
.create-task-area {
top: -2.5rem;
}
.drag {
cursor: grab;
margin: auto 0;
Expand Down

0 comments on commit 380fb0a

Please sign in to comment.