Fix kanban color picker preventing items drag&drop #277

This commit is contained in:
yflory
2018-10-23 18:25:39 +02:00
parent 98db6057c8
commit e3b89a5e59
3 changed files with 14 additions and 3 deletions
+3
View File
@@ -51,6 +51,9 @@
align-items: center;
justify-content: space-between;
padding: 10px 5px 10px 10px;
.kanban-item-text {
cursor: text;
}
}
.kanban-board {