Merge pull request #1078 from lemondevxyz/fix-issue-1039

add vertical padding to Kanban card container
This commit is contained in:
yflory 2023-09-26 16:09:17 +02:00 committed by GitHub
commit 79069aac88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -546,7 +546,7 @@
display: flex;
min-height: 0;
.kanban-container {
padding: 0px 5px;
padding: 30px 5px;
flex: 1;
display: flex;
max-height: 100%;