Skip to content

Commit 2efba09

Browse files
committed
fix(#31666): Fix no-cards board behavior to avoid intangible columns
1 parent 31dcdf8 commit 2efba09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/features/projects.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
padding: 0.5rem !important;
1717
width: 320px;
1818
height: initial;
19-
min-height: 60vh;
19+
min-height: max(calc(100vh - 400px), 300px);
2020
flex: 0 0 auto;
2121
overflow: visible;
2222
display: flex;

0 commit comments

Comments
 (0)