We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8753a0d commit f5a6bb4Copy full SHA for f5a6bb4
stubs/livewire/resources/views/components/dropdown.blade.php
@@ -10,6 +10,7 @@
10
11
$width = match ($width) {
12
'48' => 'w-48',
13
+ '60' => 'w-60',
14
};
15
@endphp
16
0 commit comments