Make submodule link work with relative path (#35034)

Fix #35033
This commit is contained in:
wxiaoguang
2025-07-11 00:38:42 +08:00
repo.diff.committed_by GitHub
repo.diff.parent 36a19f2569
repo.diff.commit f35dcfd489
repo.diff.stats_desc%!(EXTRA int=3, int=47, int=30)

repo.diff.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) {