Bugfix, in View "Lists" the first column only showed the first 10 minicards, now all minicards again

This commit is contained in:
Martin Filser 2023-06-05 12:58:52 +02:00
parent 73ffc99f37
commit 28893cf637

View file

@ -15,8 +15,10 @@
/*resize: both; - List width and height resizeable */
/* overflow: auto; - List width and height resizeable */
}
.list:first-child {
[id^="swimlane-"] .list:first-child {
min-width: 20px;
}
.list:first-child {
margin-left: 5px;
border-left: none;
}