We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74a094 commit f6859baCopy full SHA for f6859ba
templates/user/dashboard/repolist.tmpl
@@ -104,7 +104,7 @@
104
<a class="df ac sb" :href="suburl + '/' + repo.full_name">
105
<div class="f1 df ac">
106
<component v-bind:is="repoIcon(repo)" size="16"></component>
107
- <strong class="text truncate item-name">${repo.full_name}</strong>
+ <strong class="text truncate item-name ml-2">${repo.full_name}</strong>
108
<i v-if="repo.archived" class="archive icon archived-icon"></i>
109
</div>
110
<div class="text light grey df ac">
0 commit comments