Skip to content

Commit

Permalink
Fix qr sizing issue
Browse files Browse the repository at this point in the history
- qr code was broken due to adding a global height and width for svg
  • Loading branch information
m-haisham committed Feb 23, 2021
1 parent e0cb90f commit 48c4d9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qrshare/client/src/pages/main/components/QR.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
}
div :global(svg) {
width: auto;
height: auto;
max-width: 40rem;
}
</style>

0 comments on commit 48c4d9a

Please sign in to comment.