fix css kanban

This commit is contained in:
Yuri Kuznetsov
2022-02-04 12:06:48 +02:00
parent cf44d4f154
commit a90182a7b1
+6
View File
@@ -526,6 +526,12 @@ div.list-kanban > div > table {
text-overflow: ellipsis;
white-space: nowrap;
}
&:hover {
.kanban-group-label {
max-width: ~"calc(100% - 30px)";
}
}
}
}
}