mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(datetime): update label direction in rtl (#18340)
This commit is contained in:

committed by
Brandy Carney

parent
805b225876
commit
17345efb14
@ -54,6 +54,10 @@ button {
|
||||
.datetime-text {
|
||||
@include text-inherit();
|
||||
|
||||
@include rtl() {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
flex: 1;
|
||||
|
||||
min-height: inherit;
|
||||
|
Reference in New Issue
Block a user