mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 19:49:59 +08:00
style: optimize tree line rtl style (#26205)
This commit is contained in:
parent
49d02a0b58
commit
1c63268e6a
@ -38,7 +38,7 @@
|
||||
&::before {
|
||||
.@{tree-prefix-cls}-rtl& {
|
||||
right: auto;
|
||||
left: -@tree-title-height / 2;
|
||||
left: -@tree-title-height / 2 - 1px;
|
||||
border-right: none;
|
||||
border-left: 1px solid @border-color-base;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user