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:
Lauri Ojansivu 2024-05-24 17:50:24 +03:00 committed by GitHub
commit cead2bc00f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,8 @@
background: #dedede;
display: flex;
flex-direction: row;
overflow: 0;
overflow: auto;
max-height: 100%;
}
.swimlane-header-menu .swimlane-header-collapse-down {
font-size: 50%;