Skip to content

Commit 1c28c47

Browse files
authored
Fix the issue of abnormal interface when there is no issue-item on the project page (#34791)
1 parent e0f3b30 commit 1c28c47

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)