Browse Source

style: fix table row select style in rtl (#23690)

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

3
components/table/style/rtl.less

@ -106,8 +106,7 @@
&-extra {
.@{table-wrapepr-rtl-cls} & {
right: auto;
left: 0;
transform: translate(-100%, -50%);
left: -10px;
}
}
}

Loading…
Cancel
Save