feat(sql_console): reduce spacing to fit more content

This commit is contained in:
Elian Doran 2026-01-17 21:41:06 +02:00
parent 6ae74b3181
commit 7c18025098
No known key found for this signature in database

View File

@ -20,6 +20,15 @@
> .tabulator {
height: 100%;
--cell-vert-padding-size: 4px;
> .tabulator-tableholder {
padding: 0;
}
.tabulator-col-content {
padding: 4px !important;
}
}
}
}