Skip to content

Commit f6859ba

Browse files
authored
Fix margin between icon and repo name on dashboard
1 parent f74a094 commit f6859ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/repolist.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<a class="df ac sb" :href="suburl + '/' + repo.full_name">
105105
<div class="f1 df ac">
106106
<component v-bind:is="repoIcon(repo)" size="16"></component>
107-
<strong class="text truncate item-name">${repo.full_name}</strong>
107+
<strong class="text truncate item-name ml-2">${repo.full_name}</strong>
108108
<i v-if="repo.archived" class="archive icon archived-icon"></i>
109109
</div>
110110
<div class="text light grey df ac">

0 commit comments

Comments
 (0)