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

Added <span> tag around {children} in ListItem.tsx #2857

Merged
merged 1 commit into from Nov 2, 2022
Merged

Added <span> tag around {children} in ListItem.tsx #2857

merged 1 commit into from Nov 2, 2022

Conversation

Manas-Nagelia
Copy link
Contributor

#2146 makes a pull request that removes the <span> tag around the {children} in ListItem.tsx This causes an overflow to happen in the ListItem, as represented in the image below. In this pull request, I re-added the <span> tags.

Before (from MantineUI, it overflows in to 2 lines):

Screenshot 2022-11-01 at 7 58 35 PM

After (my own personal project, it stays on one line):

Screenshot 2022-11-01 at 8 20 40 PM

@rtivital rtivital merged commit 3c0aab4 into mantinedev:dev Nov 2, 2022
@rtivital
Copy link
Member

rtivital commented Nov 2, 2022

Thanks!

@Manas-Nagelia Manas-Nagelia deleted the list-patch branch November 3, 2022 22:27
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.

None yet

2 participants