File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 128
128
<ul class="repo-owner-name-list">
129
129
<li v-for="repo in repos" :class="{'private': repo.private || repo.internal}">
130
130
<a class="repo-list-link df ac sb" :href="repo.html_url">
131
- <div class="text truncate item-name f1 ">
132
- <component v-bind:is="repoIcon(repo)" size="16"></component>
133
- <strong >${repo.full_name}</strong >
131
+ <div class="item-name df ac f1 mr-2 ">
132
+ <component v-bind:is="repoIcon(repo)" size="16" class="mr-2" ></component>
133
+ <div class="text bold truncate ml-1" >${repo.full_name}</div >
134
134
<span v-if="repo.archived">
135
135
{{svg "octicon-archive" 16 "ml-2"}}
136
136
</span>
Original file line number Diff line number Diff line change 188
188
}
189
189
190
190
.repo-owner-name-list .item-name {
191
- max-width : 70% ;
191
+ min-width : 0 ;
192
+ }
193
+
194
+ .repo-owner-name-list .item-name svg {
195
+ min-width : 16px ;
192
196
}
193
197
}
194
198
}
You can’t perform that action at this time.
0 commit comments