style: optimize dropdown RTL icon (#22104)

pull/22111/head
xrkffgg 5 years ago committed by GitHub
parent 698d358af9
commit a9942809c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save