Skip to content

Commit adebea4

Browse files
committed
FIX: Reduce cell padding in ERD tables
1 parent 767b4e6 commit adebea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/stdlib/analyses/schema_erd.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export function schemaToERD(model: DblModel): Viz.Graph {
195195
attributes: {
196196
id: entityId,
197197
label: {
198-
html: `<table border="0" cellborder="1" cellspacing="0" cellpadding="8">${tableRows}</table>`,
198+
html: `<table border="0" cellborder="1" cellspacing="0">${tableRows}</table>`,
199199
},
200200
},
201201
});

0 commit comments

Comments
 (0)