From e1cecbd276841a5762ad034a920be8c2732e295f Mon Sep 17 00:00:00 2001 From: panc Date: Mon, 16 Feb 2026 12:59:14 +0100 Subject: [PATCH] fix(ui): prevent label overflow in PR CI checks on mobile (#11287) fix #11266 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11287 Reviewed-by: Gusted Reviewed-by: 0ko <0ko@noreply.codeberg.org> Co-authored-by: panc Co-committed-by: panc --- web_src/css/repo.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 767a6c2a2c..c13a6ee73b 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -2675,16 +2675,8 @@ tbody.commit-list { gap: 8px; } -@media (max-width: 767.98px) { - .commit-status-item .status-details { - flex-direction: column; - align-items: flex-end; - justify-content: center; - } -} - .commit-status-item .status-details > span { - padding-right: 0.5em; /* To match the alignment with the "required" label */ + padding-right: 0.5em; /* To avoid scrollbar occlusion */ } .search-fullname {