Skip to content

Commit

Permalink
Fix the issue of the PR page buttons exceeding the display area. (#29189
Browse files Browse the repository at this point in the history
)
  • Loading branch information
charles7668 committed Feb 26, 2024
1 parent f38888b commit 5160d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@
margin-bottom: -0.25rem;
}

@media (max-width: 767.98px) {
@media (max-width: 991.98px) {
.repository.view.issue .comment-list .comment .merge-section .item-section {
align-items: flex-start;
flex-direction: column;
Expand Down

0 comments on commit 5160d8f

Please sign in to comment.