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 09f7df5 commit d84d66cCopy full SHA for d84d66c
src/components/ui/pagination.tsx
@@ -107,7 +107,10 @@ function PaginationEllipsis({
107
<span
108
aria-hidden
109
data-slot="pagination-ellipsis"
110
- className={cn('flex size-9 items-center justify-center', className)}
+ className={cn(
111
+ 'flex h-9 w-6 items-center justify-center sm:w-9',
112
+ className
113
+ )}
114
{...props}
115
>
116
<MoreHorizontalIcon className="size-4" />
0 commit comments