Skip to content

Commit

Permalink
Revert "Left align the input labels for the link account page (go-git…
Browse files Browse the repository at this point in the history
…ea#29255)"

This reverts commit e4e5d76.
  • Loading branch information
lunny committed Feb 21, 2024
1 parent 79217ea commit 8326e7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web_src/css/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ textarea:focus,
.user.activate form,
.user.forgot.password form,
.user.reset.password form,
.user.link-account form,
.user.signup form {
margin: auto;
width: 700px !important;
Expand Down Expand Up @@ -276,6 +277,7 @@ textarea:focus,
.user.activate form .inline.field > label,
.user.forgot.password form .inline.field > label,
.user.reset.password form .inline.field > label,
.user.link-account form .inline.field > label,
.user.signup form .inline.field > label {
text-align: right;
width: 250px !important;
Expand Down

0 comments on commit 8326e7b

Please sign in to comment.