We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d5178 commit 9868089Copy full SHA for 9868089
src/Exceptionless.Web/ClientApp/src/lib/components/data-table/data-table-page-size.svelte
@@ -35,7 +35,7 @@
35
<div class="flex items-center space-x-2">
36
<p class="text-sm font-medium">Rows per page</p>
37
<Select.Root {items} bind:selected {onSelectedChange}>
38
- <Select.Trigger class="w-[180px]">
+ <Select.Trigger class="h-8 w-[70px]">
39
<Select.Value placeholder="Select page size" />
40
</Select.Trigger>
41
<Select.Content>
0 commit comments