mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-22 19:09:31 +00:00
Fix visual issues with checkboxes.
This commit is contained in:
parent
1330bab199
commit
778300d9cb
2 changed files with 0 additions and 15 deletions
|
|
@ -99,16 +99,10 @@ class PartLotType extends AbstractType
|
|||
$builder->add('instock_unknown', CheckboxType::class, [
|
||||
'required' => false,
|
||||
'label' => 'part_lot.edit.instock_unknown',
|
||||
'attr' => [
|
||||
'class' => 'form-control-sm',
|
||||
],
|
||||
]);
|
||||
|
||||
$builder->add('needs_refill', CheckboxType::class, [
|
||||
'label' => 'part_lot.edit.needs_refill',
|
||||
'attr' => [
|
||||
'class' => 'form-control-sm',
|
||||
],
|
||||
'required' => false,
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue