style: optimize dropdown RTL icon (#22104)

This commit is contained in:
xrkffgg 2020-03-11 14:35:59 +08:00 committed by GitHub
parent 698d358af9
commit a9942809c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,6 +196,7 @@
.@{dropdown-prefix-cls}-rtl & {
margin-left: 0 !important;
transform: scaleX(-1);
}
}
}