mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
fix(#31666): Fix no-cards board behavior to avoid intangible columns
This commit is contained in:
parent
31dcdf874f
commit
2efba09a3e
@ -16,7 +16,7 @@
|
|||||||
padding: 0.5rem !important;
|
padding: 0.5rem !important;
|
||||||
width: 320px;
|
width: 320px;
|
||||||
height: initial;
|
height: initial;
|
||||||
min-height: 60vh;
|
min-height: max(calc(100vh - 400px), 300px);
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user