From 6f3837284d93f1279a38df9bbeb18e7c331828df Mon Sep 17 00:00:00 2001 From: Giteabot Date: Tue, 28 Jan 2025 01:16:21 +0800 Subject: [PATCH] Fix flex width (#33414) (#33418) Backport #33414 by wxiaoguang Fix #33409 Co-authored-by: wxiaoguang --- 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 19ba1f2bcbe..189b6406d40 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); }