mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 04:13:13 +08:00
style: fix table row select style in rtl (#23690)
This commit is contained in:
parent
62eaa4193b
commit
5183592ece
@ -106,8 +106,7 @@
|
|||||||
&-extra {
|
&-extra {
|
||||||
.@{table-wrapepr-rtl-cls} & {
|
.@{table-wrapepr-rtl-cls} & {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 0;
|
left: -10px;
|
||||||
transform: translate(-100%, -50%);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user