Skip to content

Commit

Permalink
Do not exceed display for the PR page buttons on smaller screens (#29418
Browse files Browse the repository at this point in the history
)

Fixes #29189.

This is the result after the fix at a width of 768 pixels.

![圖片](https://github.com/go-gitea/gitea/assets/30816317/626d06b3-fd5b-4392-84e1-1191c965aff5)
  • Loading branch information
charles7668 authored Mar 4, 2024
1 parent 797ad68 commit c660149
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 c660149

Please sign in to comment.