Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions core/src/components/item/item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,18 @@ button, a {
position: relative;
}

// Chrome injects host styles that conflict with the
// positioning of ion-datetime.
// These styles reset the position so that ion-datetime
// displays correctly with multiple inputs in an item.
:host(.item-multiple-inputs) {
@include rtl() {
::slotted(ion-datetime) {
@include position-horizontal(0, 0);
}
}
}

// Item Textarea
// --------------------------------------------------

Expand Down