mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix: Table filter title in rtl (#25152)
This commit is contained in:
parent
cde3c23915
commit
af20068287
@ -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…
Reference in New Issue
Block a user