Skip to content

Commit f5a6bb4

Browse files
authored
Update dropdown.blade.php with w-60 (#1515)
Fix Issue: #1514
1 parent 8753a0d commit f5a6bb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/livewire/resources/views/components/dropdown.blade.php

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
1111
$width = match ($width) {
1212
'48' => 'w-48',
13+
'60' => 'w-60',
1314
};
1415
@endphp
1516

0 commit comments

Comments
 (0)