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 2c06804 commit b0d37beCopy full SHA for b0d37be
frontend/src/app/(auth)/leetcode-dashboard/components/LeetcodeDashboardTable.tsx
@@ -330,7 +330,7 @@ export function LeetcodeDashboardTable({
330
return (
331
<div className="w-full test">
332
<div>
333
- <Table className="font-light min-h-[280px]">
+ <Table className="font-light min-h-[360px]">
334
<TableHeader className="w-full">
335
<TableRow className="text-white bg-primary-900 font-medium hover:bg-transparent h-[5rem] text-md">
336
<TableCell colSpan={5} className="pl-10">
0 commit comments