From c9b5a09c46eb976703821bd34c28b6a7563f23fa Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Fri, 7 Jul 2023 18:23:04 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(table.tsx):=20remove=20unnec?= =?UTF-8?q?essary=20"overflow-auto"=20class=20from=20table=20container=20d?= =?UTF-8?q?iv=20to=20fix=20styling=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/components/ui/table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/ui/table.tsx b/src/frontend/src/components/ui/table.tsx index f08ce3f6b..9b7bdd8ce 100644 --- a/src/frontend/src/components/ui/table.tsx +++ b/src/frontend/src/components/ui/table.tsx @@ -5,7 +5,7 @@ const Table = React.forwardRef< HTMLTableElement, React.HTMLAttributes >(({ className, ...props }, ref) => ( -
+