From f9697a8ebde26f20c22431a845288cf79843eb95 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Thu, 12 Feb 2026 08:16:23 +0000 Subject: [PATCH] fix(frontend): prevent table horizontal scroll on mobile by default --- frontend/src/components/tables/DataTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/tables/DataTable.tsx b/frontend/src/components/tables/DataTable.tsx index 8685f798..0e9201b2 100644 --- a/frontend/src/components/tables/DataTable.tsx +++ b/frontend/src/components/tables/DataTable.tsx @@ -88,7 +88,7 @@ export function DataTable({ (table.getVisibleLeafColumns().length || 1) + (hasRowActions ? 1 : 0); return ( -
+