Revert smaller swimlane height.

Thanks to kovacs-andras and xet7 !

Related #4904,
related 04aaa6f30c
This commit is contained in:
Lauri Ojansivu 2023-06-07 12:46:40 -04:00
parent 9933f3a583
commit 95efcbe717

View file

@ -47,8 +47,7 @@
display: flex;
flex-direction: row;
overflow: 0;
/* max-height: calc(100% - 26px); */
max-height: calc(400px);
max-height: calc(100% - 26px);
}
.swimlane.placeholder {
background-color: rgba(0,0,0,0.2);