From 5b04b4b46c98142260422a41ac6a2dcc11a1835b Mon Sep 17 00:00:00 2001 From: Jaied Al Sabid <87969327+jaieds@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:16:00 +0600 Subject: [PATCH] fix: Table component responsive issue --- src/components/table/table.tsx | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/src/components/table/table.tsx b/src/components/table/table.tsx index 24a85ddd..130fae20 100644 --- a/src/components/table/table.tsx +++ b/src/components/table/table.tsx @@ -216,16 +216,20 @@ export const Table = ( { } > -
- - { restChildren } -
+
+
+
+ + { restChildren } +
+
+
{ footer }