We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff266a7 commit d531389Copy full SHA for d531389
web_src/css/repo/home-file-list.css
@@ -71,7 +71,7 @@
71
72
#repo-files-table .repo-file-cell.name .entry-name {
73
flex-shrink: 1;
74
- min-width: 4px; /* leave about one letter space when shrinking */
+ min-width: 1ch; /* leave about one letter space when shrinking, need to fine tune the "shrinks" in this grid in the future */
75
}
76
77
@media (max-width: 767.98px) {
0 commit comments