remove unneeded menu padding
This commit is contained in:
@@ -94,7 +94,6 @@ new class extends Component {
|
||||
|
||||
<x-dropdown title="{{ __('Choose time period') }}" label="{{ $scope }}" class="btn-ghost btn-sm">
|
||||
|
||||
<x-menu>
|
||||
@foreach($options as $option)
|
||||
|
||||
<x-menu-item
|
||||
@@ -103,7 +102,7 @@ new class extends Component {
|
||||
/>
|
||||
|
||||
@endforeach
|
||||
</x-menu>
|
||||
|
||||
</x-dropdown>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user