mirror of
https://github.com/go-gitea/gitea
synced 2025-07-26 04:08:35 +00:00
Backport #35034 by wxiaoguang Fix #35033 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
|
||||
#repo-files-table .repo-file-cell.name .entry-name {
|
||||
flex-shrink: 1;
|
||||
min-width: 3em;
|
||||
min-width: 1ch; /* leave about one letter space when shrinking, need to fine tune the "shrinks" in this grid in the future */
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
|
Reference in New Issue
Block a user