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;