File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 71
71
<div v-if =" repos.length" class =" ui attached table segment gt-rounded-bottom" >
72
72
<ul class =" repo-owner-name-list" >
73
73
<li class =" gt-df gt-ac" v-for =" repo in repos" :key =" repo.id" >
74
- <a class =" repo-list-link muted gt-df gt-ac gt-f1 gt-min-w-0 " :href =" repo.link" >
74
+ <a class =" repo-list-link muted gt-df gt-ac gt-f1" :href =" repo.link" >
75
75
<svg-icon :name =" repoIcon(repo)" :size =" repoIconSize(repo)" class-name =" repo-list-icon" />
76
76
<div class =" text truncate" >{{ repo.full_name }}</div >
77
77
<div v-if =" repo.archived" >
127
127
<div v-if =" organizations.length" class =" ui attached table segment gt-rounded-bottom" >
128
128
<ul class =" repo-owner-name-list" >
129
129
<li class =" gt-df gt-ac" v-for =" org in organizations" :key =" org.name" >
130
- <a class =" repo-list-link muted gt-df gt-ac gt-f1 gt-min-w-0 " :href =" subUrl + '/' + encodeURIComponent(org.name)" >
130
+ <a class =" repo-list-link muted gt-df gt-ac gt-f1" :href =" subUrl + '/' + encodeURIComponent(org.name)" >
131
131
<svg-icon name =" octicon-organization" :size =" 16" class-name =" repo-list-icon" />
132
132
<div class =" text truncate" >{{ org.name }}</div >
133
133
<div >
@@ -465,6 +465,7 @@ ul li:not(:last-child) {
465
465
.repo-list-link {
466
466
padding : 6px 0 ;
467
467
gap : 6px ;
468
+ min-width : 0 ; /* for text truncation */
468
469
}
469
470
470
471
.repo-list-link .svg {
You can’t perform that action at this time.
0 commit comments