Skip to content

Commit d531389

Browse files
committed
use 1ch and add more comments
1 parent ff266a7 commit d531389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/repo/home-file-list.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
#repo-files-table .repo-file-cell.name .entry-name {
7373
flex-shrink: 1;
74-
min-width: 4px; /* leave about one letter space when shrinking */
74+
min-width: 1ch; /* leave about one letter space when shrinking, need to fine tune the "shrinks" in this grid in the future */
7575
}
7676

7777
@media (max-width: 767.98px) {

0 commit comments

Comments
 (0)