From 7c18025098d1348820817f1c5036687fe29be64a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 17 Jan 2026 21:41:06 +0200 Subject: [PATCH] feat(sql_console): reduce spacing to fit more content --- apps/client/src/widgets/type_widgets/SqlConsole.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/client/src/widgets/type_widgets/SqlConsole.css b/apps/client/src/widgets/type_widgets/SqlConsole.css index aad40abbba..24406999b9 100644 --- a/apps/client/src/widgets/type_widgets/SqlConsole.css +++ b/apps/client/src/widgets/type_widgets/SqlConsole.css @@ -20,6 +20,15 @@ > .tabulator { height: 100%; + --cell-vert-padding-size: 4px; + + > .tabulator-tableholder { + padding: 0; + } + + .tabulator-col-content { + padding: 4px !important; + } } } }