Skip to content

Commit c3ddbdd

Browse files
authored
Merge pull request SciSharp#411 from iceljc/features/refine-chat-window
adjust style
2 parents db428f7 + b73d1ad commit c3ddbdd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/lib/common/embedding/EmbeddingPage.svelte

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@
9595
<Row>
9696
<Col lg="12">
9797
<Card>
98-
<CardBody id={`${htmlTagId}`}></CardBody>
98+
<CardBody
99+
id={`${htmlTagId}`}
100+
style="padding: 0px; height: calc(100vh - 230px);"
101+
>
102+
</CardBody>
99103
</Card>
100104
</Col>
101105
</Row>

0 commit comments

Comments
 (0)