mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Update QrCodeModal.tsx
Remove indivisible class to fix hyperlink extending outside modal.
This commit is contained in:
parent
23ba140ff4
commit
76dae535d9
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ const QrCodeModal = ({ shortUrl: { shortUrl }, toggle, isOpen, selectedServer }:
|
|||
<div className="text-center">
|
||||
<div className="mb-3">
|
||||
<div>QR code URL:</div>
|
||||
<ExternalLink className="indivisible" href={qrCodeUrl} />
|
||||
<ExternalLink href={qrCodeUrl} />
|
||||
<CopyToClipboardIcon text={qrCodeUrl} />
|
||||
</div>
|
||||
<img src={qrCodeUrl} className="qr-code-modal__img" alt="QR code" />
|
||||
|
|
Loading…
Reference in a new issue