1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-30 19:44:29 +00:00

Fix flex width (#33414) (#33418)

Backport #33414 by wxiaoguang

Fix #33409

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Giteabot 2025-01-28 01:16:21 +08:00 committed by GitHub
parent c30f4f4be5
commit 6f3837284d
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);
}