Skip to content

Commit 9868089

Browse files
committed
Shrunk the page size component
1 parent e9d5178 commit 9868089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptionless.Web/ClientApp/src/lib/components/data-table/data-table-page-size.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="flex items-center space-x-2">
3636
<p class="text-sm font-medium">Rows per page</p>
3737
<Select.Root {items} bind:selected {onSelectedChange}>
38-
<Select.Trigger class="w-[180px]">
38+
<Select.Trigger class="h-8 w-[70px]">
3939
<Select.Value placeholder="Select page size" />
4040
</Select.Trigger>
4141
<Select.Content>

0 commit comments

Comments
 (0)