Skip to content

Commit

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

Resolves #31415
  • Loading branch information
brechtvl authored Jun 20, 2024
1 parent 17b3a38 commit 5afafe2
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 5afafe2

Please sign in to comment.