This line in the CSS specifically states to not wrap the QR Code hyperlink in the QR modal. https://github.com/shlinkio/shlink-web-client/blob/23ba140ff42530442f14eee5b563aa7a79d617b9/src/index.scss#L162-L164 This results in really bad design behavior. <img width="625" alt="Screen Shot 2021-05-06 at 4 33 31 PM" src="https://user-images.githubusercontent.com/519934/117378561-94cb3f80-ae8a-11eb-82ba-25b85a7f6d16.png"> Removing these lines fixes the problem. <img width="535" alt="Screen Shot 2021-05-06 at 4 33 50 PM" src="https://user-images.githubusercontent.com/519934/117378640-b2000e00-ae8a-11eb-9d31-6706f59d5c99.png">
This line in the CSS specifically states to not wrap the QR Code hyperlink in the QR modal.
shlink-web-client/src/index.scss
Lines 162 to 164 in 23ba140
This results in really bad design behavior.
Removing these lines fixes the problem.