Skip to content

Commit f826168

Browse files
committed
reduce spacing between elements in the datagrid component
fixes #426
1 parent a20ed9d commit f826168

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sqlpage/sqlpage.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ td > p {
4646
/* Leave space for the footer */
4747
min-height: calc(100% - 3rem);
4848
}
49+
50+
.datagrid {
51+
--tblr-datagrid-padding: 1.25rem;
52+
--tblr-datagrid-item-width: 12rem;
53+
}

0 commit comments

Comments
 (0)