From ae22351367a6afc0492e922f99762d37e39917a4 Mon Sep 17 00:00:00 2001 From: Jorge Vargas Date: Thu, 19 Jun 2025 19:56:32 -0600 Subject: [PATCH] Give RequestsTable a minimum height --- package.json | 2 +- src/components/requests/RequestsTable.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 77f4000..b33e93f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dev": "astro dev", "build": "yarn run prisma:build && astro build", "prisma:migrate": "prisma migrate deploy && tsx ./prisma/migrate.ts", - "prisma:build": "yarn prisma:migrate && prisma generate --sql && " + "prisma:build": "yarn prisma:migrate && prisma generate --sql" }, "dependencies": { "@ag-grid-community/locale": "^33.3.2", diff --git a/src/components/requests/RequestsTable.tsx b/src/components/requests/RequestsTable.tsx index 1f0eaf5..45c0f88 100644 --- a/src/components/requests/RequestsTable.tsx +++ b/src/components/requests/RequestsTable.tsx @@ -23,7 +23,7 @@ export default function RequestsTable(props: { initial: Prisma.requestsGetPayloa const { initial } = props return ( -
+