From 45b94660902a5382ba7af4be12a5ac6eb8ea034f Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Mon, 27 Apr 2020 20:47:14 +0800 Subject: [PATCH] style: optimize list rtl style --- components/list/style/rtl.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/list/style/rtl.less b/components/list/style/rtl.less index 750503b0a120..4acd0f834887 100644 --- a/components/list/style/rtl.less +++ b/components/list/style/rtl.less @@ -62,7 +62,7 @@ } &-action { - .@{list-prefix-cls}-rtl & { + .@{list-prefix-cls}-rtl& { margin-right: auto; }