Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add left margin to checkbox label #119

Open
wants to merge 2 commits into
base: 1.0
Choose a base branch
from
Open

Conversation

castro545
Copy link

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.

This commit adds a left margin of 3px to the TreeRow component to provide better spacing between the checkbox and the text. 

Changes Made:
- Added margin-left: 3px to the TreeRow component to create better spacing between the checkbox and the text.
Changed margin-right to margin-left due to a typing error.
@castro545 castro545 changed the base branch from main to 1.0 April 19, 2023 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant