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