File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1919 {{ if $entry.IsSubModule }}
2020 {{ $submoduleLink := $submoduleFile.SubmoduleWebLink ctx }}
2121 {{ if $submoduleLink }}
22- <a class =" muted" href =" {{ $submoduleLink.RepoWebLink }} " >{{ $entry.Name }} </a > <span class =" at" >@</span > <a href =" {{ $submoduleLink.CommitWebLink }} " >{{ ShortSha $submoduleFile.RefID }} </a >
22+ <a class =" muted" href =" {{ $submoduleLink.RepoWebLink }} " title = " {{ $entry.Name }} " >{{ $entry.Name }} </a > <span class =" at" >@</span > <a href =" {{ $submoduleLink.CommitWebLink }} " >{{ ShortSha $submoduleFile.RefID }} </a >
2323 {{ else }}
24- {{ $entry.Name }} <span class =" at" >@</span > {{ ShortSha $submoduleFile.RefID }}
24+ < span class = " muted " title = " {{ $entry.Name }} " > {{ $entry.Name }} </ span > <span class =" at" >@</span > {{ ShortSha $submoduleFile.RefID }}
2525 {{ end }}
2626 {{ else }}
2727 {{ if $entry.IsDir }}
Original file line number Diff line number Diff line change 6969 display : flex;
7070 align-items : center;
7171 gap : 0.5em ;
72+ overflow : hidden;
73+ }
74+
75+ # repo-files-table .repo-file-cell .name > * {
76+ flex-shrink : 0 ;
7277 white-space : nowrap;
7378 overflow : hidden;
7479 text-overflow : ellipsis;
7580}
7681
82+ # repo-files-table .repo-file-cell .name .muted {
83+ flex-shrink : 1 ;
84+ }
85+
7786@media (max-width : 767.98px ) {
7887 # repo-files-table .repo-file-cell .name {
7988 max-width : 35vw ;
You can’t perform that action at this time.
0 commit comments