min-height .item-inner

This commit is contained in:
Adam Bradley
2016-01-04 20:26:38 -06:00
parent 4a8b8b79f9
commit 0ae13f42b1

View File

@@ -81,6 +81,10 @@ $item-ios-sliding-content-bg: $list-ios-background-color !default;
.item-inner {
padding-right: ($item-ios-padding-right / 2);
border-bottom: 1px solid $list-ios-border-color;
min-height: 44px;
}
[text-wrap] ion-item-content {
padding: $item-ios-padding-top ($item-ios-padding-right / 2) $item-ios-padding-bottom 0;
}