Skip to content

Commit

Permalink
feat: reduce table height
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujit committed Oct 9, 2024
1 parent bd40cc9 commit 6f3d1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/components/RadixComponents/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Table = React.forwardRef<
HTMLTableElement,
React.HTMLAttributes<HTMLTableElement>
>(({ className, ...props }, ref) => (
<div className="scrollbar naxatw-h-[70vh] naxatw-overflow-auto">
<div className="scrollbar naxatw-h-[65vh] naxatw-overflow-auto">
<table
ref={ref}
className={cn(
Expand Down

0 comments on commit 6f3d1d7

Please sign in to comment.