Skip to content

Commit

Permalink
fix(input): Remove margin for android inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Nov 9, 2016
1 parent 7b2b014 commit d5a343e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ button, .button-md{
box-shadow: 0 0 0 0;
}

.text-input-ios, .text-input-android{
.text-input-ios, .text-input-md{
margin:0;
}

0 comments on commit d5a343e

Please sign in to comment.