We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767b4e6 commit adebea4Copy full SHA for adebea4
packages/frontend/src/stdlib/analyses/schema_erd.tsx
@@ -195,7 +195,7 @@ export function schemaToERD(model: DblModel): Viz.Graph {
195
attributes: {
196
id: entityId,
197
label: {
198
- html: `<table border="0" cellborder="1" cellspacing="0" cellpadding="8">${tableRows}</table>`,
+ html: `<table border="0" cellborder="1" cellspacing="0">${tableRows}</table>`,
199
},
200
201
});
0 commit comments