Browse Source

Fix the issue of abnormal interface when there is no issue-item on the project page (#34791)

pull/34798/head
Kerwin Bryant 6 months ago committed by GitHub
parent
commit
1c28c470f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      web_src/css/features/projects.css

1
web_src/css/features/projects.css

@ -5,6 +5,7 @@ @@ -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);
}

Loading…
Cancel
Save