In a PHP file i can't format the code if i write
For my input :
<input id="quantite_<?= $produit->getId() ?>" class="form-control" type="number value="<?= $quantite ?>" style="border-top: 2px solid lightgrey; border-bottom: 2px solid lightgrey;">
It doesn't work for
style="border-width: 2px 0; border-style: solid; border-color: lightgrey;"
and
style="border-top: 2px solid lightgrey; border-bottom: 2px solid lightgrey;"