Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant