Skip to content

Commit

Permalink
Fix qr code sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Feb 29, 2024
1 parent 3fd07a9 commit 0e6d779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/HealthLinkLTT.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</li>
</ol>
<Row class="justify-content-center mx-4" cols={{ xs: 1, md: 2 }}>
<Col xs=12 md=7>
<Col>
<Row class="justify-content-center">
<Card class="mb-2 p-0" color="light">
<CardHeader>
Expand Down Expand Up @@ -192,7 +192,7 @@
</Row>
{/if}
<Row class="justify-content-center mx-1 mt-1">
<Button size="sm" style="width:100%" on:click={toggle} color="danger">Recreate Summary Link</Button>
<Button size="sm" style="max-width:266px" on:click={toggle} color="danger">Recreate Summary Link</Button>
<Modal isOpen={open} backdrop="static" {toggle}>
<ModalHeader {toggle}>Recreate Summary Link</ModalHeader>
<ModalBody>
Expand Down

0 comments on commit 0e6d779

Please sign in to comment.