From d38ac652fc25ac0ae7a81f39f4637539bcd8dfed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 8 Jul 2023 18:46:29 +0200 Subject: [PATCH] Do not cut QR code on small label pages Fixes issue #314 --- templates/label_system/labels/label_style.css.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/label_system/labels/label_style.css.twig b/templates/label_system/labels/label_style.css.twig index edbf9522..729e8cda 100644 --- a/templates/label_system/labels/label_style.css.twig +++ b/templates/label_system/labels/label_style.css.twig @@ -37,6 +37,7 @@ hr { .qr { max-width: 80%; + max-height: 100%; } .qr-container a {