From c660149a7079c2b06d4ee6dce2a45804d6d4d7f6 Mon Sep 17 00:00:00 2001 From: charles <30816317+charles7668@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:41:53 +0800 Subject: [PATCH] Do not exceed display for the PR page buttons on smaller screens (#29418) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- 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 31cff0ca15..87ce829a78 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;