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-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>
|
||||||
|
|||||||
Reference in New Issue
Block a user