Skip to content

Commit

Permalink
Update dropdown.blade.php with w-60
Browse files Browse the repository at this point in the history
Fix Issue: #1514
  • Loading branch information
rjvim committed Jul 10, 2024
1 parent 8753a0d commit 38efef1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
$width = match ($width) {
'48' => 'w-48',
'60' => 'w-60',
};
@endphp

Expand Down

0 comments on commit 38efef1

Please sign in to comment.