Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update dropdown.blade.php with w-60 #1515

Merged
merged 1 commit into from
Jul 10, 2024
Merged

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
8 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants