Fix the issue of abnormal interface when there is no issue-item on the project page (#34791) (#34880)
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled

Backport #34791 by @kerwin612

Co-authored-by: Kerwin Bryant <kerwin612@qq.com>
This commit is contained in:
Giteabot
2025-06-27 14:18:02 +08:00
committed by GitHub
parent 5d5b695527
commit c6467edcb1

View File

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