Skip to content

Commit

Permalink
fix: tree checkbox margin in rtl mode (#35491)
Browse files Browse the repository at this point in the history
  • Loading branch information
miracles1919 committed May 11, 2022
1 parent 089dc7e commit 19f5514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tree/style/rtl.less
Expand Up @@ -56,7 +56,7 @@
}
// >>> Checkbox
&-checkbox {
.@{tree-prefix-cls}-rtl& {
.@{tree-prefix-cls}-rtl & {
margin: ((@tree-title-height - @checkbox-size) / 2) 0 0 8px;
}
}
Expand Down

0 comments on commit 19f5514

Please sign in to comment.