chore: improve form layout and feedback for driver license check

This commit is contained in:
Björn Fromme
2026-03-15 12:42:28 +01:00
parent 369f8f07df
commit f21b8229e4
2 changed files with 0 additions and 3 deletions
@@ -22,7 +22,6 @@ class DriverLicenseDeclarationType extends AbstractType
'Ja' => true,
'Nein' => false,
],
'expanded' => true,
]);
}