- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2k
Closed
Labels
🎨 Scope : Themes / StylesRelated to the themes or stylesRelated to the themes or styles📋 Scope : DocsRelated to the documentationRelated to the documentation
Description
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
after
Operating System Version
Windows
Browser
Chrome
Metadata
Metadata
Assignees
Labels
🎨 Scope : Themes / StylesRelated to the themes or stylesRelated to the themes or styles📋 Scope : DocsRelated to the documentationRelated to the documentation

