Skip to content

Commit e31f67e

Browse files
committed
Fix the issue of the PR page buttons exceeding the display area.
1 parent f38888b commit e31f67e

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: 964px) {
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)