fix(datetime): update label direction in rtl (#18340)

This commit is contained in:
Abdelaziz Bennouna
2019-05-22 13:18:41 +00:00
committed by Brandy Carney
parent 805b225876
commit 17345efb14

View File

@ -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;