Skip to content

Bug: UI Navigation button overflows issue #6454

Closed
@sanjeevkumar321

Description

@sanjeevkumar321

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions