Skip to content

Commit

Permalink
'Fixes-for-customer-login-page-input-field' :: On customer login page…
Browse files Browse the repository at this point in the history
… input field are short width on tablet view
  • Loading branch information
Nainesh authored and Amol Chaudhari committed Jan 23, 2019
1 parent b954e0f commit 40a6274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@

> .field {
> .control {
width: 55%;
width: 80%;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
.fieldset {
> .field {
> .control {
width: 55%;
width: 80%;
}
}
}
Expand Down

0 comments on commit 40a6274

Please sign in to comment.