Break long words in kanban items

This commit is contained in:
yflory
2019-02-05 14:42:01 +01:00
parent f381ca8cab
commit a0049b360a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@
padding: 10px 5px 10px 10px;
.kanban-item-text {
cursor: text;
overflow-wrap: anywhere;
}
}