Fix flex width (#33414)

Fix #33409
This commit is contained in:
wxiaoguang 2025-01-28 01:09:20 +08:00 committed by GitHub
parent 77d14fb6d3
commit 182e3896bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}