Browse Source

style: optimize dropdown RTL icon (#22104)

pull/22111/head
xrkffgg 5 years ago
committed by GitHub
parent
commit
a9942809c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/dropdown/style/index.less

1
components/dropdown/style/index.less

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

Loading…
Cancel
Save