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

@@ -47,7 +47,6 @@ $list-ios-header-color: #333 !default;
.item {
border-radius: 0;
// TODO this makes the border not show on sticky
// margin-top: -1px;
padding-left: $item-ios-padding-left;
font-size: $item-ios-font-size;
}

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);