mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(picker): do not change datetime/picker column order in RTL (#17018)
Closes #16294
This commit is contained in:
@ -108,11 +108,6 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
.picker-columns {
|
||||
@include rtl() {
|
||||
// Date is the same format in both directions
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
@ -121,6 +116,7 @@
|
||||
margin-bottom: var(--ion-safe-area-bottom, 0);
|
||||
|
||||
contain: strict;
|
||||
direction: ltr;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user