fix: tree checkbox margin in rtl mode (#35491)

This commit is contained in:
miracles1919 2022-05-11 16:57:21 +08:00 committed by GitHub
parent 089dc7e36a
commit 19f55145c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@
}
// >>> Checkbox
&-checkbox {
.@{tree-prefix-cls}-rtl& {
.@{tree-prefix-cls}-rtl & {
margin: ((@tree-title-height - @checkbox-size) / 2) 0 0 8px;
}
}