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

fix: margin causing overflow & uncentered #2495

Closed
wants to merge 1 commit into from

Conversation

MrTanoshii
Copy link

Fix

Comment

// Shifts the component to align the text with the container
margin-left: -6px;

This doesn't seem to be needed anymore, the text and containers are centered without it but are off center with it.

@MrTanoshii MrTanoshii requested a review from a team as a code owner October 12, 2024 11:53
Copy link
Member

@talkor talkor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @MrTanoshii ! But this line is still relevant since we want to text to be aligned with the other elements, as the <input> has padding

@talkor talkor assigned talkor and unassigned talkor Oct 20, 2024
@MrTanoshii
Copy link
Author

Closing as another PR seems to be better suited and accepted

@MrTanoshii MrTanoshii closed this Oct 30, 2024
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.

docs: fix EditableText and EditableHeading overflowing in the catalog
2 participants