From 17d25a863b349a515d1fea3ab103fbdd51efe456 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Wed, 6 May 2015 17:16:22 +0000
Subject: [PATCH] Make assignment comment textarea small

---
 include/class.forms.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class.forms.php b/include/class.forms.php
index 4a0f2f72e..0b6da8f27 100644
--- a/include/class.forms.php
+++ b/include/class.forms.php
@@ -3314,7 +3314,7 @@ class AssignmentForm extends Form {
                     'default'=>'',
                     'configuration' => array(
                         'html' => true,
-                        'size' => 'large',
+                        'size' => 'small',
                         'placeholder' => __('Optional reason for the assignment'),
                         ),
                     )
-- 
GitLab