diff options
author | Kerwin Bryant <kerwin612@qq.com> | 2025-06-21 01:27:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-20 10:27:56 -0700 |
commit | 1c28c470f86bb7a2d530c07c47b031518b0d9fca (patch) | |
tree | 11a86fe0ec0ec5dc53793ba9fca77987406f185f /web_src | |
parent | e0f3b308950c8f8b4ba53fda89200b342e9e4c5e (diff) | |
download | gitea-1c28c470f86bb7a2d530c07c47b031518b0d9fca.tar.gz gitea-1c28c470f86bb7a2d530c07c47b031518b0d9fca.zip |
Fix the issue of abnormal interface when there is no issue-item on the project page (#34791)
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/css/features/projects.css | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |