From db0ea2f11cbafcf90d0fb9ca214d774ea05ba3f1 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Mon, 22 Jun 2020 14:48:44 +0800 Subject: [PATCH] fix: InputNumber input in rtl (#25146) --- components/input-number/style/rtl.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/input-number/style/rtl.less b/components/input-number/style/rtl.less index 4c076eca2a6a..e72a17655422 100644 --- a/components/input-number/style/rtl.less +++ b/components/input-number/style/rtl.less @@ -21,7 +21,7 @@ &-input { .@{input-number-prefix-cls}-rtl & { - direction: rtl; + direction: ltr; text-align: right; } }