mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Bugfix, in View "Lists" the first column only showed the first 10 minicards, now all minicards again
This commit is contained in:
parent
73ffc99f37
commit
28893cf637
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue