Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
[#922] Fix button and input width
Browse files Browse the repository at this point in the history
  • Loading branch information
tayanefernandes committed Feb 7, 2017
1 parent 31b0bca commit aa26a47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web-ui/src/account_recovery/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ img {
flex-direction: column;

div {
flex-basis: 70%;
width: 70%;
-webkit-align-self: center;
align-self: center;
}
Expand Down
2 changes: 1 addition & 1 deletion web-ui/src/common/input_field/input-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

@media only screen and (min-width : 500px) {
.input-field-group {
flex-basis: 70%;
width: 70%;
-webkit-align-self: center;
align-self: center;
}
Expand Down
2 changes: 1 addition & 1 deletion web-ui/src/common/submit_button/submit-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

@media only screen and (min-width : 500px) {
.submit-button {
flex-basis: 70%;
width: 70%;
-webkit-align-self: center;
align-self: center;
}
Expand Down

0 comments on commit aa26a47

Please sign in to comment.