Skip to content

Conversation

@rjvim
Copy link
Contributor

@rjvim rjvim commented Jul 10, 2024

Fix Issue: #1514

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:

https://github.com/laravel/jetstream/blob/5.x/stubs/livewire/resources/views/navigation-menu.blade.php#L25

 <x-dropdown align="right" width="60"> 

I am guessing we need to '60' => 'w-60', to dropdown.

@taylorotwell taylorotwell merged commit f5a6bb4 into laravel:5.x Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants