From 5b94889774a83702c03d327f60a53bb9b61307b5 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 24 Jul 2024 01:10:09 +0200 Subject: [PATCH] un-stretch the link --- templates/user/auth/signin_inner.tmpl | 4 +++- web_src/css/form.css | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/user/auth/signin_inner.tmpl b/templates/user/auth/signin_inner.tmpl index 899b11a7eb..aa3779b2ef 100644 --- a/templates/user/auth/signin_inner.tmpl +++ b/templates/user/auth/signin_inner.tmpl @@ -19,7 +19,9 @@ {{if or (not .DisablePassword) .LinkAccountMode}}
- {{ctx.Locale.Tr "auth.forgot_password"}} +
+ {{ctx.Locale.Tr "auth.forgot_password"}} +
{{end}} diff --git a/web_src/css/form.css b/web_src/css/form.css index d2655d62b8..5dd5e05bec 100644 --- a/web_src/css/form.css +++ b/web_src/css/form.css @@ -456,7 +456,6 @@ textarea:focus, } .form-field-content-aside-label > *:nth-child(2) { text-align: right; - margin-bottom: 4px; } .form-field-content-aside-label input { grid-column: span 2;