Skip to content

Commit

Permalink
fix: overflow of pagination control on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Nov 11, 2024
1 parent 3d3fb4d commit de45398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/lib/components/advanced-table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@
</Table.Body>
</Table.Root>

<div class="mt-5 flex items-center justify-between space-x-2">
<div
class="mt-5 flex flex-col-reverse items-center justify-between gap-3 space-x-2 sm:flex-row"
>
<div class="flex items-center space-x-2">
<p class="text-sm font-medium">Items per page</p>
<Select.Root
Expand Down

0 comments on commit de45398

Please sign in to comment.