Show label scan input with monospaced font

This commit is contained in:
Jan Böhmer 2026-03-01 13:00:08 +01:00
parent 24966230ea
commit eb2bbdd633

View file

@ -61,6 +61,7 @@ class ScanDialogType extends AbstractType
'attr' => [ 'attr' => [
'autofocus' => true, 'autofocus' => true,
'id' => 'scan_dialog_input', 'id' => 'scan_dialog_input',
'style' => 'font-family: var(--bs-font-monospace)',
], ],
]); ]);