From 1c28c470f86bb7a2d530c07c47b031518b0d9fca Mon Sep 17 00:00:00 2001 From: Kerwin Bryant Date: Sat, 21 Jun 2025 01:27:56 +0800 Subject: [PATCH] Fix the issue of abnormal interface when there is no issue-item on the project page (#34791) --- 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); }