vue3-tree
vue3-tree copied to clipboard
Add left margin to checkbox label
Description: I noticed that the checkbox label is visually too close to the checkbox, so I added a left margin of 3px to improve the spacing.
Changes Made: In the CSS for the tree component, I added a margin-left: 3px; property to the li.tree-row > div.tree-row-item > span.tree-row-txt selector.
Testing: I tested this change locally on different browsers and screen sizes to make sure it doesn't cause any layout issues.