From fbf8231050b9bd19a7884611c59fbec119d35911 Mon Sep 17 00:00:00 2001 From: Iqbal Rizqi Kurniawan Date: Thu, 2 Oct 2025 15:36:59 +0700 Subject: [PATCH] update: remove fixed horizontal scroll width in TableList component for improved responsiveness --- src/components/Global/TableList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Global/TableList.jsx b/src/components/Global/TableList.jsx index 76e09fd..305fc2b 100644 --- a/src/components/Global/TableList.jsx +++ b/src/components/Global/TableList.jsx @@ -247,7 +247,7 @@ const TableList = memo(function TableList({ loading={gridLoading} scroll={{ y: 520, - x: 1520, + }} />