mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +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 {
|
.datetime-text {
|
||||||
@include text-inherit();
|
@include text-inherit();
|
||||||
|
|
||||||
|
@include rtl() {
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
min-height: inherit;
|
min-height: inherit;
|
||||||
|
Reference in New Issue
Block a user