From 169da3709bc3e6eaa71c2d1caf0ae234d50ccf0b Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 9 Jan 2019 17:20:36 -0600 Subject: [PATCH] fix(datetime): do no change order of formatted dates w/ rtl (#17024) --- core/src/components/datetime/datetime.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/components/datetime/datetime.scss b/core/src/components/datetime/datetime.scss index 280038ab4a..e4603de209 100644 --- a/core/src/components/datetime/datetime.scss +++ b/core/src/components/datetime/datetime.scss @@ -54,5 +54,6 @@ button { min-height: inherit; + direction: ltr; overflow: inherit; }