]> _ Git - cubist_cms-back.git/commitdiff
.
authorvince <vincent@enhydra.fr>
Sun, 14 Nov 2021 12:16:59 +0000 (13:16 +0100)
committervince <vincent@enhydra.fr>
Sun, 14 Nov 2021 12:16:59 +0000 (13:16 +0100)
src/app/Magic/Fields/Textarea.php

index 75f5c27a49b6585a5ac1d07c86353f797c6ac1d1..9fdcc4cf633daf0c075f9290ad8890c0258a9442 100644 (file)
@@ -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()
     {