Pagination drowdown styling..
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
@if ($items->firstItem())
|
||||
<div class="w-full sm:w-6/12 flex items-center">
|
||||
<div class="flex items-center text-sm text-black">
|
||||
<x-dropdown id="pagination-limit">
|
||||
<x-dropdown id="pagination-limit" style="left:auto;">
|
||||
<x-slot name="trigger" class="p-0 mt-0 mx-1 bg-transparent text-sm text-center border-b border-black rounded-none" override="class">
|
||||
{{ request('limit', setting('default.list_limit', '25')) }}
|
||||
</x-slot>
|
||||
|
Reference in New Issue
Block a user