Fix the issue of abnormal interface when there is no issue-item on the project page (#34791)

This commit is contained in:
Kerwin Bryant 2025-06-21 01:27:56 +08:00 committed by GitHub
parent e0f3b30895
commit 1c28c470f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@
flex-wrap: nowrap; flex-wrap: nowrap;
overflow: auto; overflow: auto;
margin: 0 0.5em; margin: 0 0.5em;
min-height: max(calc(100vh - 400px), 300px);
max-height: calc(100vh - 120px); max-height: calc(100vh - 120px);
} }