diff --git a/web/template/form.gohtml b/web/template/form.gohtml index 778f14a..4400480 100644 --- a/web/template/form.gohtml +++ b/web/template/form.gohtml @@ -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 }} {{- end }}