-
Notifications
You must be signed in to change notification settings - Fork 846
Fresh Installation Breaks #1514
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
Comments
rjvim
added a commit
to rjvim/jetstream
that referenced
this issue
Jul 10, 2024
taylorotwell
pushed a commit
that referenced
this issue
Jul 10, 2024
@driesvints I think we need to tag a new release |
panich76
added a commit
to panich76/jetstream
that referenced
this issue
Mar 5, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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
In navigation-menu.blade.php, we use:
https://github.com/laravel/jetstream/blob/5.x/stubs/livewire/resources/views/navigation-menu.blade.php#L25
I am guessing we need to
'60' => 'w-60',
to dropdown.Steps To Reproduce
laravel new new-app
The text was updated successfully, but these errors were encountered: