Add auto-width and constraint support in list

This commit is contained in:
Nadav Tasher 2024-12-07 19:00:08 +02:00
parent 9576f6807b
commit f7aa5d0871
3 changed files with 11 additions and 3 deletions

View file

@ -7,11 +7,13 @@
border-left: 1px solid #ccc;
padding: 0;
float: left;
flex: 1;
}
[id^="swimlane-"] .list:first-child {
min-width: 20px;
}
.list.list-auto-width {
flex: 1;
}
.list:first-child {
border-left: none;
flex: none;