Skip to content

Commit 5f2b28a

Browse files
committed
Change logic for height handling
Signed-off-by: worksofliam <[email protected]>
1 parent d3a969d commit 5f2b28a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/notebooks/logic/chartJs.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ export function generateChartHTMLCell(id: number, detail: ChartDetail, labels: s
1616
</script>
1717
</head>
1818
<body>
19-
20-
<div style="max-height: 700px">
19+
<div style="max-width: 900px">
2120
${bodies.html}
2221
</div>
2322
</body>

0 commit comments

Comments
 (0)