Browse Source

fix: Table filter title in rtl (#25152)

pull/25163/head
xrkffgg 4 years ago
committed by GitHub
parent
commit
af20068287
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      components/table/style/rtl.less

8
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;

Loading…
Cancel
Save