Skip to content

Commit c6467ed

Browse files
GiteaBotkerwin612
andauthored
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 <[email protected]>
1 parent 5d5b695 commit c6467ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/features/projects.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
flex-wrap: nowrap;
66
overflow: auto;
77
margin: 0 0.5em;
8+
min-height: max(calc(100vh - 400px), 300px);
89
max-height: calc(100vh - 120px);
910
}
1011

0 commit comments

Comments
 (0)