We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf00803 commit e09aee4Copy full SHA for e09aee4
src/components/label/label.ios.scss
@@ -27,8 +27,9 @@ $label-ios-margin: $item-ios-padding-top ($item-ios-padding-right /
27
color: $label-ios-text-color;
28
}
29
30
-.label-ios + .input .text-input,
31
-.label-ios + .input + .cloned-input {
+.label-ios + ion-input .text-input,
+.label-ios + ion-textarea .text-input,
32
+.label-ios + ion-input + .cloned-input {
33
margin-left: $item-ios-padding-left;
34
35
width: calc(100% - (#{$item-ios-padding-right} / 2) - #{$item-ios-padding-left});
0 commit comments