From 7981cba826ded18c943c12aed11939345ef0eeb1 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Mon, 27 Jan 2025 19:44:28 +0800 Subject: [PATCH] fix --- web_src/css/repo/home-file-list.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web_src/css/repo/home-file-list.css b/web_src/css/repo/home-file-list.css index 19ba1f2bcbeb8..189b6406d402b 100644 --- a/web_src/css/repo/home-file-list.css +++ b/web_src/css/repo/home-file-list.css @@ -65,6 +65,7 @@ } #repo-files-table .repo-file-last-commit { + min-width: 0; /* otherwise the flex axis is not limited and the text might overflow in Pale Moon */ background: var(--color-box-header); }