mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
style: optimize transfer pagination rtl style (#26960)
This commit is contained in:
parent
cf717225d1
commit
26c5c6e533
@ -53,6 +53,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-pagination {
|
||||||
|
.@{transfer-prefix-cls}-rtl & {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&-footer {
|
&-footer {
|
||||||
.@{transfer-prefix-cls}-rtl & {
|
.@{transfer-prefix-cls}-rtl & {
|
||||||
right: 0;
|
right: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user