]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5968 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 6 Jun 2023 06:09:05 +0000 (08:09 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 6 Jun 2023 06:09:05 +0000 (08:09 +0200)
app/SubForms/Link/Animated.php
resources/linkeditor/style/inc/_form.sass

index 1a1995bce82049bfa4e09466eeb5794718324f29..e204629464e906c9a47e0f650c535b0c8f483b94 100644 (file)
@@ -3,6 +3,7 @@
 namespace App\SubForms\Link;
 
 use Cubist\Backpack\Magic\Fields\Textarea;
+
 // __('!! Editeur de liens')
 class Animated extends Base
 {
@@ -13,6 +14,6 @@ class Animated extends Base
     public function addDestinationField()
     {
 
-        $this->addField('image_rollover', Textarea::class, __('Animation'));
+        $this->addField('image_rollover', Textarea::class, __('Animation'), ['rows' => 25]);
     }
 }
index 050369b3a4c5d987de94d7de4d597076654a9cb8..205c324d21b5a61949dc9e0d40d072d0d99c3609 100644 (file)
@@ -188,6 +188,7 @@ button
         width: 100%
 
     textarea
+        height: auto
         min-height: 150px
         max-width: 100%
         min-width: 100%