From eb2bbdd63356cd59bb49add0a346a3a72d6fbeab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 1 Mar 2026 13:00:08 +0100 Subject: [PATCH] Show label scan input with monospaced font --- src/Form/LabelSystem/ScanDialogType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Form/LabelSystem/ScanDialogType.php b/src/Form/LabelSystem/ScanDialogType.php index cd1440c6..42344ad1 100644 --- a/src/Form/LabelSystem/ScanDialogType.php +++ b/src/Form/LabelSystem/ScanDialogType.php @@ -61,6 +61,7 @@ class ScanDialogType extends AbstractType 'attr' => [ 'autofocus' => true, 'id' => 'scan_dialog_input', + 'style' => 'font-family: var(--bs-font-monospace)', ], ]);