Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 3c19364

Browse files
author
Jamie Snape
committed
Fix layout of landing page configuration form
1 parent 22cabdc commit 3c19364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/landingpage/forms/Admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public function init()
3535
$text->setLabel('Landing Page Text');
3636
$text->setRequired(true);
3737
$text->addValidator('NotEmpty', true);
38-
$text->setAttrib('cols', '120');
39-
$text->setAttrib('rows', '100');
38+
$text->setAttrib('cols', '80');
39+
$text->setAttrib('rows', '40');
4040

4141
$this->addDisplayGroup(array($text), 'global');
4242

0 commit comments

Comments
 (0)