Skip to content

Commit

Permalink
fix(input): add back old styles to fix input margin
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Nov 22, 2016
1 parent bf00803 commit e09aee4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/label/label.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ $label-ios-margin: $item-ios-padding-top ($item-ios-padding-right /
color: $label-ios-text-color;
}

.label-ios + .input .text-input,
.label-ios + .input + .cloned-input {
.label-ios + ion-input .text-input,
.label-ios + ion-textarea .text-input,
.label-ios + ion-input + .cloned-input {
margin-left: $item-ios-padding-left;

width: calc(100% - (#{$item-ios-padding-right} / 2) - #{$item-ios-padding-left});
Expand Down

0 comments on commit e09aee4

Please sign in to comment.