From 937fa7b55aecbb2465293ccf02576071032eef7a 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 4c076eca2a..e72a176554 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; } }