fix: InputNumber input in rtl (#25146)

This commit is contained in:
xrkffgg 2020-06-22 14:48:44 +08:00 committed by GitHub
parent 3663eee0b8
commit 937fa7b55a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
&-input {
.@{input-number-prefix-cls}-rtl & {
direction: rtl;
direction: ltr;
text-align: right;
}
}