mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-28 20:19:55 +00:00
Fix the issue of abnormal interface when there is no issue-item on the project page (#34791)
This commit is contained in:
parent
e0f3b30895
commit
1c28c470f8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue