mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Merge pull request #5417 from LanetNetwork/fix-cards-load
fixed loading of cards if there are more than 20 of them on one swimlane
This commit is contained in:
commit
cead2bc00f
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@
|
||||||
background: #dedede;
|
background: #dedede;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
overflow: 0;
|
overflow: auto;
|
||||||
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
.swimlane-header-menu .swimlane-header-collapse-down {
|
.swimlane-header-menu .swimlane-header-collapse-down {
|
||||||
font-size: 50%;
|
font-size: 50%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue