refactor(text-input): fixed item right padding

closes #490
This commit is contained in:
Brandy Carney
2015-11-12 16:10:50 -05:00
parent a8ae4d12c0
commit f2db20cf1c
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,9 @@ $input-label-ios-color: #7f7f7f !default;
.list,
ion-card {
ion-input {
padding-right: ($item-ios-padding-right / 2);
}
[text-input] {
margin: $item-ios-padding-top ($item-ios-padding-right / 2) $item-ios-padding-bottom ($item-ios-padding-left / 2);