Skip to content

Commit 8326e7b

Browse files
committed
Revert "Left align the input labels for the link account page (go-gitea#29255)"
This reverts commit e4e5d76.
1 parent 79217ea commit 8326e7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web_src/css/form.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ textarea:focus,
242242
.user.activate form,
243243
.user.forgot.password form,
244244
.user.reset.password form,
245+
.user.link-account form,
245246
.user.signup form {
246247
margin: auto;
247248
width: 700px !important;
@@ -276,6 +277,7 @@ textarea:focus,
276277
.user.activate form .inline.field > label,
277278
.user.forgot.password form .inline.field > label,
278279
.user.reset.password form .inline.field > label,
280+
.user.link-account form .inline.field > label,
279281
.user.signup form .inline.field > label {
280282
text-align: right;
281283
width: 250px !important;

0 commit comments

Comments
 (0)