From 5160d8f722d01281a09d35a5ef6d41b4b4cd7f2d Mon Sep 17 00:00:00 2001 From: charles Date: Mon, 26 Feb 2024 15:29:17 +0800 Subject: [PATCH] Fix the issue of the PR page buttons exceeding the display area. (#29189) --- web_src/css/repo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 31cff0ca15eb..87ce829a780a 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -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;