Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Fix incorrect position of register form v2's labels
Browse files Browse the repository at this point in the history
Don't allow register form v2's labels to reach the edge of the screen.
The bug may be reproduced with Success message on screens with small resolution.
  • Loading branch information
artkravchenko committed Jul 18, 2017
1 parent 35a537a commit 67da1e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/less/blocks/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@

&__label {
margin-left: 60px;
margin-right: 20px;
display: block;
font-size: 14px;
}
Expand Down Expand Up @@ -285,7 +286,7 @@
}

.form__label {
margin-left: 0;
margin-left: 20px;
margin-right: 60px;
}

Expand Down

0 comments on commit 67da1e9

Please sign in to comment.