Skip to content

Commit fa92692

Browse files
add spacing between sign in button's icon and text
1 parent fc1b383 commit fa92692

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/base/head_navbar.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@
179179
</a>
180180
{{end}}
181181
<a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow" href="{{AppSubUrl}}/user/login{{if not .PageIsSignIn}}?redirect_to={{.CurrentURL}}{{end}}">
182-
{{svg "octicon-sign-in"}} {{ctx.Locale.Tr "sign_in"}}
182+
{{svg "octicon-sign-in"}}
183+
<span class="tw-ml-1">{{ctx.Locale.Tr "sign_in"}}</span>
183184
</a>
184185
{{end}}
185186
</div><!-- end full right menu -->

0 commit comments

Comments
 (0)