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; + } } } }