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

[DevTools Bug]: footer next button hover Ui issues #27756

Closed
sanjeevkumar321 opened this issue Nov 29, 2023 · 1 comment
Closed

[DevTools Bug]: footer next button hover Ui issues #27756

sanjeevkumar321 opened this issue Nov 29, 2023 · 1 comment
Labels
Component: Developer Tools Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Bug

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

DevTools package (automated)

No response

DevTools version (automated)

No response

Error message (automated)

No response

Error call stack (automated)

No response

Error component stack (automated)

No response

GitHub query string (automated)

No response

@sanjeevkumar321 sanjeevkumar321 added Component: Developer Tools Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Bug labels Nov 29, 2023
@nitesh9109
Copy link

Hi, @sanjeevkumar321, have you checked it across different platforms? I observed that it's working fine on Brave and Chrome, but I suspect there might be some computation issue on Firefox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Developer Tools Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants