From a9942809c566529c93b0b14f52ce5f3aa4089963 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Wed, 11 Mar 2020 14:35:59 +0800 Subject: [PATCH] style: optimize dropdown RTL icon (#22104) --- components/dropdown/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/dropdown/style/index.less b/components/dropdown/style/index.less index 375a4b4a08..5003c7e9ad 100644 --- a/components/dropdown/style/index.less +++ b/components/dropdown/style/index.less @@ -196,6 +196,7 @@ .@{dropdown-prefix-cls}-rtl & { margin-left: 0 !important; + transform: scaleX(-1); } } }