From 54efe3bb913cf0999a756eb8a295c481e3916be0 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Mon, 14 Jul 2025 15:47:22 -0700 Subject: [PATCH] increase minimum table width --- apps/client/src/features/editor/styles/table.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/features/editor/styles/table.css b/apps/client/src/features/editor/styles/table.css index 5cb62f67..d60a299c 100644 --- a/apps/client/src/features/editor/styles/table.css +++ b/apps/client/src/features/editor/styles/table.css @@ -4,6 +4,7 @@ overflow-x: auto; & table { overflow-x: hidden; + min-width: 700px !important; } }