Change the rows of the product description to 1

This commit is contained in:
jordi fita mas 2023-05-23 15:25:55 +02:00
parent d2a06dd1c0
commit bf2796190f
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
{{ template "input-field" .Price }}
{{ template "input-field" .Quantity }}
{{ template "input-field" .Discount }}
{{ template "input-field" .Description }}
{{ template "input-field" .Description | addInputAttr `rows="1"`}}
{{ template "select-field" .Tax }}
</fieldset>
{{- end }}