From bf2796190fddcc4d5eabef7024f59cdfd7c9a872 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Tue, 23 May 2023 15:25:55 +0200 Subject: [PATCH] Change the rows of the product description to 1 --- web/template/form.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}