align edit button to the top

This commit is contained in:
David Benqué 2020-03-11 16:17:27 +00:00
parent 5cc0161e45
commit 6347b6193b

View File

@ -127,6 +127,7 @@
.kanban-edit-item { .kanban-edit-item {
padding: 5px; padding: 5px;
align-self: flex-start;
} }
.cp-kanban-cursors { .cp-kanban-cursors {