Skip to content

Commit fcd4bd5

Browse files
committed
emulate margin on password header div
1 parent 5db71fd commit fcd4bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/auth/signin_inner.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
{{if or (not .DisablePassword) .LinkAccountMode}}
2020
<div class="required field {{if and (.Err_Password) (or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn))}}error{{end}}">
21-
<div class="tw-flex tw-justify-between">
21+
<div class="tw-flex tw-justify-between tw-mb-[4px]">
2222
<label for="password">{{ctx.Locale.Tr "password"}}</label>
2323
<a href="{{AppSubUrl}}/user/forgot_password">{{ctx.Locale.Tr "auth.forgot_password"}}</a>
2424
</div>

0 commit comments

Comments
 (0)