remove unneeded menu padding

This commit is contained in:
hackerESQ
2024-08-07 18:28:57 -05:00
parent 50359008e8
commit b090908d09
@@ -94,7 +94,6 @@ new class extends Component {
<x-dropdown title="{{ __('Choose time period') }}" label="{{ $scope }}" class="btn-ghost btn-sm"> <x-dropdown title="{{ __('Choose time period') }}" label="{{ $scope }}" class="btn-ghost btn-sm">
<x-menu>
@foreach($options as $option) @foreach($options as $option)
<x-menu-item <x-menu-item
@@ -103,7 +102,7 @@ new class extends Component {
/> />
@endforeach @endforeach
</x-menu>
</x-dropdown> </x-dropdown>
</div> </div>
</div> </div>