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 081d394 commit 8059102Copy full SHA for 8059102
core/src/components/item/item.scss
@@ -493,6 +493,18 @@ button, a {
493
position: relative;
494
}
495
496
+// Chrome injects host styles that conflict with the
497
+// positioning of ion-datetime.
498
+// These styles reset the position so that ion-datetime
499
+// displays correctly with multiple inputs in an item.
500
+:host(.item-multiple-inputs) {
501
+ @include rtl() {
502
+ ::slotted(ion-datetime) {
503
+ @include position-horizontal(0, 0);
504
+ }
505
506
+}
507
+
508
// Item Textarea
509
// --------------------------------------------------
510
0 commit comments