From 84955b9ddf9b1e4bebed3f2d25bbd4e66232aa85 Mon Sep 17 00:00:00 2001 From: Marek Wobst <3329682+mwobst@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:19:32 +0200 Subject: [PATCH] feat: Enable dynamic label width --- netbox_qrcode/templates/netbox_qrcode/qrcode3.html | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox_qrcode/templates/netbox_qrcode/qrcode3.html b/netbox_qrcode/templates/netbox_qrcode/qrcode3.html index 79e96b4..3fb0176 100644 --- a/netbox_qrcode/templates/netbox_qrcode/qrcode3.html +++ b/netbox_qrcode/templates/netbox_qrcode/qrcode3.html @@ -36,6 +36,7 @@ max-width: {{label_width}}; background-color: WhiteSmoke; outline: 1px solid black; + display: inline-block; }