Skip to content

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

@neveshardd

Description

@neveshardd

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions