Skip to content

Commit

Permalink
mod(BsffPackgingForm) : augmente la largeur du champ Quantité
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitguigal committed Jan 8, 2025
1 parent 4ab00e5 commit 1cf6771
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ function SignBsffPackagingForm({
)}
{isAccepted && (
<div className="fr-grid-row fr-grid-row--gutters">
<div className="fr-col-12 fr-col-md-4">
<div className="fr-col-12 fr-col-md-6">
<NonScrollableInput
label="Quantité de fluide présentée en kg"
hintText="pour les installations d'entreposage ou de reconditionnement, la quantité peut être estimée"
Expand All @@ -589,7 +589,6 @@ function SignBsffPackagingForm({
</div>
</div>
)}

{
// signature du traitement ou correction
showOperation && (
Expand Down

0 comments on commit 1cf6771

Please sign in to comment.