We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a540c7e commit 73d5f75Copy full SHA for 73d5f75
1 file changed
src/lib/common/embedding/EmbeddingPage.svelte
@@ -95,7 +95,7 @@
95
<Row>
96
<Col lg="12">
97
<Card>
98
- <CardBody id={`${htmlTagId}`}></CardBody>
+ <CardBody style="padding: 0px; height: calc(100vh - 230px);" id={`${htmlTagId}`}></CardBody>
99
</Card>
100
</Col>
101
</Row>
0 commit comments