Skip to content

Commit

Permalink
Fix labels and projects menu overflow on issue page (go-gitea#31435)
Browse files Browse the repository at this point in the history
It was correct only on the new issue page.

Resolves go-gitea#31415
  • Loading branch information
brechtvl authored and GiteaBot committed Jun 20, 2024
1 parent 9ecaeda commit 41ff6ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
white-space: nowrap;
}

.repository .issue-content-right .filter.menu {
max-height: 500px;
overflow-x: auto;
}

.repository .filter.menu.labels .label-filter .menu .info {
display: inline-block;
padding: 0.5rem 0;
Expand Down Expand Up @@ -562,11 +567,6 @@ td .commit-summary {
font-size: 14px;
}

.repository.new.issue .comment.form .issue-content-right .filter.menu {
max-height: 500px;
overflow-x: auto;
}

.repository.view.issue .instruct-toggle {
display: inline-block;
}
Expand Down

0 comments on commit 41ff6ac

Please sign in to comment.