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

Bug: UI Navigation button overflows issue #6454

Closed
sanjeevkumar321 opened this issue Nov 29, 2023 · 4 comments
Closed

Bug: UI Navigation button overflows issue #6454

sanjeevkumar321 opened this issue Nov 29, 2023 · 4 comments

Comments

@sanjeevkumar321
Copy link

Website or app

https://react.dev/reference/react/startTransition

Repro steps

When hovering on the next navigation button, the text overflows the Box.

issue image

Screenshot 2023-11-29 103122

Expected image

Screenshot 2023-11-29 103037

code -

@media (min-width: 768px)
.md\:w-80 {
    width: 20rem;
}

fix code-

@media (min-width: 768px)
.md\:w-80 {
    width: 23rem;
}

How often does this bug happen?

Every time

@iamdebobrota
Copy link

Attempted

@iamdebobrota
Copy link

Have fixed the UI bugs, Raised the PR: #6493

@iamdebobrota
Copy link

image

@rickhanlonii
Copy link
Member

Fixed in #6519

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 a pull request may close this issue.

3 participants