From af20068287f844034775d999ade01c373e7fb0a4 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Mon, 22 Jun 2020 19:47:54 +0800 Subject: [PATCH] fix: Table filter title in rtl (#25152) --- components/table/style/rtl.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/table/style/rtl.less b/components/table/style/rtl.less index d387582ad9..5b33b9cb99 100644 --- a/components/table/style/rtl.less +++ b/components/table/style/rtl.less @@ -96,6 +96,14 @@ } } + &-thead tr th.@{table-prefix-cls}-column-has-sorters { + .@{table-prefix-cls}-filter-column-title { + .@{table-prefix-cls}-rtl & { + padding: 0 0 0 2.3em; + } + } + } + &-filter-trigger-container { .@{table-wrapepr-rtl-cls} & { right: auto;