Skip to content

Commit b0d37be

Browse files
committed
Fix table becoming scrollable
1 parent 2c06804 commit b0d37be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/(auth)/leetcode-dashboard/components/LeetcodeDashboardTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export function LeetcodeDashboardTable({
330330
return (
331331
<div className="w-full test">
332332
<div>
333-
<Table className="font-light min-h-[280px]">
333+
<Table className="font-light min-h-[360px]">
334334
<TableHeader className="w-full">
335335
<TableRow className="text-white bg-primary-900 font-medium hover:bg-transparent h-[5rem] text-md">
336336
<TableCell colSpan={5} className="pl-10">

0 commit comments

Comments
 (0)