fix: Table filter title in rtl (#25152)

This commit is contained in:
xrkffgg 2020-06-22 19:47:54 +08:00 committed by GitHub
parent cde3c23915
commit af20068287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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