Skip to content

Commit c660149

Browse files
authored
Do not exceed display for the PR page buttons on smaller screens (#29418)
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)
1 parent 797ad68 commit c660149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/repo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@
942942
margin-bottom: -0.25rem;
943943
}
944944

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

0 commit comments

Comments
 (0)