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] - dropdown width is wrong [BUG] - Navbar #4659

Open
neveshardd opened this issue Jan 28, 2025 · 1 comment · May be fixed by #4757
Open

[BUG] - dropdown width is wrong [BUG] - Navbar #4659

neveshardd opened this issue Jan 28, 2025 · 1 comment · May be fixed by #4757
Assignees
Labels
📋 Scope : Docs Related to the documentation 🎨 Scope : Themes / Styles Related to the themes or styles

Comments

@neveshardd
Copy link

HeroUI Version

2.6.14

Describe the bug

<DropdownMenu
            aria-label="ACME features"
            className="w-[340px]"
            itemClasses={{
              base: "gap-4",
            }}
          >

CORRECTION

<DropdownMenu
            aria-label="ACME features"
            className="w-full"
            itemClasses={{
              base: "gap-4",
            }}
          >

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

just replace the code and it will work correctly

Expected behavior

the dropdown size was wrong

Screenshots or Videos

before

Image

after

Image

Operating System Version

Windows

Browser

Chrome

Copy link

linear bot commented Jan 28, 2025

@wingkwong wingkwong self-assigned this Jan 29, 2025
@wingkwong wingkwong added 📋 Scope : Docs Related to the documentation 🎨 Scope : Themes / Styles Related to the themes or styles labels Jan 29, 2025
@wingkwong wingkwong linked a pull request Jan 29, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📋 Scope : Docs Related to the documentation 🎨 Scope : Themes / Styles Related to the themes or styles
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants