File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
apps/dashboard/src/@/components/ui Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,10 @@ const BreadcrumbEllipsis = ({
96
96
< span
97
97
role = "presentation"
98
98
aria-hidden = "true"
99
- className = { cn ( "flex h-9 w-9 items-center justify-center" , className ) }
99
+ className = { cn (
100
+ "relative flex h-9 w-9 items-center justify-center" ,
101
+ className ,
102
+ ) }
100
103
{ ...props }
101
104
>
102
105
< MoreHorizontal className = "h-4 w-4" />
Original file line number Diff line number Diff line change @@ -94,7 +94,10 @@ const PaginationEllipsis = ({
94
94
} : React . ComponentProps < "span" > ) => (
95
95
< span
96
96
aria-hidden
97
- className = { cn ( "flex h-9 w-9 items-center justify-center" , className ) }
97
+ className = { cn (
98
+ "relative flex h-9 w-9 items-center justify-center" ,
99
+ className ,
100
+ ) }
98
101
{ ...props }
99
102
>
100
103
< MoreHorizontal className = "h-4 w-4" />
You can’t perform that action at this time.
0 commit comments