From c6467edcb1543a1069e4b7b43b87e20017368583 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Fri, 27 Jun 2025 14:18:02 +0800 Subject: [PATCH] Fix the issue of abnormal interface when there is no issue-item on the project page (#34791) (#34880) Backport #34791 by @kerwin612 Co-authored-by: Kerwin Bryant --- web_src/css/features/projects.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web_src/css/features/projects.css b/web_src/css/features/projects.css index 1d09e9c7ea..7fd5150970 100644 --- a/web_src/css/features/projects.css +++ b/web_src/css/features/projects.css @@ -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); }