From d9f57f8057f64c87b1a5428ba7e37a91f6f4b68e Mon Sep 17 00:00:00 2001 From: csawatzky Date: Thu, 10 Apr 2025 13:20:44 -0600 Subject: [PATCH] changing table container to a box --- src/common/ResponsiveTable.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/common/ResponsiveTable.tsx b/src/common/ResponsiveTable.tsx index a68d172..353b258 100644 --- a/src/common/ResponsiveTable.tsx +++ b/src/common/ResponsiveTable.tsx @@ -375,7 +375,8 @@ export default function ResponsiveTable(props: Props) { return ( - + + {/* */} {/* @@ -565,6 +566,7 @@ export default function ResponsiveTable(props: Props) { ) })} */} - + {/* */} + ) } \ No newline at end of file