mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
fix: tree checkbox margin in rtl mode (#35491)
This commit is contained in:
parent
089dc7e36a
commit
19f55145c8
@ -56,7 +56,7 @@
|
|||||||
}
|
}
|
||||||
// >>> Checkbox
|
// >>> Checkbox
|
||||||
&-checkbox {
|
&-checkbox {
|
||||||
.@{tree-prefix-cls}-rtl& {
|
.@{tree-prefix-cls}-rtl & {
|
||||||
margin: ((@tree-title-height - @checkbox-size) / 2) 0 0 8px;
|
margin: ((@tree-title-height - @checkbox-size) / 2) 0 0 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user