fixed overflow of projects column title

This fixes that titles of project columns can overflow and push the
action menu out of the card, so that interaction is no longer possible.

Fixes #3717
This commit is contained in:
Beowulf 2024-05-17 22:48:36 +02:00
parent deec6c43a1
commit 853f005180
Failed to generate hash of commit

View file

@ -39,6 +39,15 @@
cursor: inherit;
}
.project-column-title-label {
overflow: hidden;
text-overflow: ellipsis;
}
.project-column-header > .dropdown {
flex-shrink: 0;
}
.project-column > .cards {
flex: 1;
display: flex;