Browse Source

style: optimize transfer pagination rtl style (#26960)

pull/26971/head
xrk 4 years ago
committed by GitHub
parent
commit
26c5c6e533
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      components/transfer/style/rtl.less

6
components/transfer/style/rtl.less

@ -53,6 +53,12 @@
}
}
&-pagination {
.@{transfer-prefix-cls}-rtl & {
text-align: left;
}
}
&-footer {
.@{transfer-prefix-cls}-rtl & {
right: 0;

Loading…
Cancel
Save