diff options
Diffstat (limited to 'httemplate/edit/svc_hardware.cgi')
-rw-r--r-- | httemplate/edit/svc_hardware.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/svc_hardware.cgi b/httemplate/edit/svc_hardware.cgi index cde74490e..dcf83de37 100644 --- a/httemplate/edit/svc_hardware.cgi +++ b/httemplate/edit/svc_hardware.cgi @@ -51,8 +51,8 @@ my @fields = ( { field => 'note', type => 'textarea', - rows => 4, - cols => 30, + rows => 8, + cols => 50, label => 'Installation notes', }, |