Make submodule link work with relative path (#35034)

Fix #35033
This commit is contained in:
wxiaoguang
2025-07-11 00:38:42 +08:00
committed by GitHub
parent 36a19f2569
commit f35dcfd489
3 changed files with 47 additions and 30 deletions

View File

@@ -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) {