-   Notifications  
You must be signed in to change notification settings  - Fork 840
 
Closed
Description
Jetstream Version
5.1.3
Jetstream Stack
Livewire
Laravel Version
11.9
PHP Version
8.3
Database Driver & Version
No response
Description
In dropdown.blade.php we have following widths supported:
 https://github.com/laravel/jetstream/blob/5.x/stubs/livewire/resources/views/components/dropdown.blade.php#L11
$width = match ($width) { '48' => 'w-48', }; In navigation-menu.blade.php, we use:
 <x-dropdown align="right" width="60"> I am guessing we need to '60' => 'w-60', to dropdown.
Steps To Reproduce
- Run 
laravel new new-app - Select following options
 

chrislowchrislow
Metadata
Metadata
Assignees
Labels
No labels