Skip to content

Commit

Permalink
fix: Table filter title in rtl (#25152)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Jun 22, 2020
1 parent cde3c23 commit af20068
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/table/style/rtl.less
Expand Up @@ -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;
Expand Down

0 comments on commit af20068

Please sign in to comment.