summaryrefslogtreecommitdiff
path: root/public/app/config
diff options
context:
space:
mode:
Diffstat (limited to 'public/app/config')
-rw-r--r--public/app/config/setup_application.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/app/config/setup_application.php b/public/app/config/setup_application.php
index a9f48af..88dc176 100644
--- a/public/app/config/setup_application.php
+++ b/public/app/config/setup_application.php
@@ -467,6 +467,7 @@ define('PENALTY_FORM', [
[
'name' => 'charge',
'label' => 'Περιγραφή συμβάντος:',
+ 'class' => 'col-12 x5-lines',
'type' => 'textarea',
'attributes' => ['required']
],
@@ -479,6 +480,7 @@ define('PENALTY_FORM', [
[
'name' => 'decision_reasoning',
'label' => 'Αιτιολογία απόφασης (πχ. Επειδή...)',
+ 'class' => 'col-12 x5-lines',
'type' => 'textarea',
'attributes' => []
],