From: vince Date: Sun, 14 Nov 2021 12:16:59 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0842f496afcf5538ede186d4c660135202a5bd01;p=cubist_cms-back.git . --- diff --git a/src/app/Magic/Fields/Textarea.php b/src/app/Magic/Fields/Textarea.php index 75f5c27..9fdcc4c 100644 --- a/src/app/Magic/Fields/Textarea.php +++ b/src/app/Magic/Fields/Textarea.php @@ -13,7 +13,7 @@ class Textarea extends Field protected $_translatable = true; protected $_columnType = 'textarea'; protected $_columnViewNamespace = CubistBackpackServiceProvider::NAMESPACE . '::columns'; - protected $_fieldHeight = 15; + protected $_fieldHeight = 7; public function getDefaultAttributes() {