Skip to content

Commit dd2c326

Browse files
rafhrafh
authored andcommitted
Left align the input labels for the link account page (go-gitea#29255)
In a previous [PR](go-gitea#28753) we moved the labels to be above the inputs. The PR ensures that the alignment is also on both tabs of the link account page (`/user/link_account`). Before <img width="1094" alt="before" src="https://github.com/go-gitea/gitea/assets/6152817/ac1e86bd-c4d6-4e45-87d1-87bb8a736149"> After <img width="1094" alt="after" src="https://github.com/go-gitea/gitea/assets/6152817/1b5fc109-f4d2-43ee-b924-0a9e53a0e391"> --------- Co-authored-by: rafh <[email protected]>
1 parent b6e6ab6 commit dd2c326

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web_src/css/form.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ textarea:focus,
242242
.user.activate form,
243243
.user.forgot.password form,
244244
.user.reset.password form,
245-
.user.link-account form,
246245
.user.signup form {
247246
margin: auto;
248247
width: 700px !important;
@@ -277,7 +276,6 @@ textarea:focus,
277276
.user.activate form .inline.field > label,
278277
.user.forgot.password form .inline.field > label,
279278
.user.reset.password form .inline.field > label,
280-
.user.link-account form .inline.field > label,
281279
.user.signup form .inline.field > label {
282280
text-align: right;
283281
width: 250px !important;

0 commit comments

Comments
 (0)