vue3-tree icon indicating copy to clipboard operation
vue3-tree copied to clipboard

Add left margin to checkbox label

Open castro545 opened this issue 2 years ago • 0 comments

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.

castro545 avatar Apr 19 '23 20:04 castro545