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

Commit

Permalink
Fix layout of landing page configuration form
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Apr 15, 2015
1 parent 22cabdc commit 3c19364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/landingpage/forms/Admin.php
Expand Up @@ -35,8 +35,8 @@ public function init()
$text->setLabel('Landing Page Text');
$text->setRequired(true);
$text->addValidator('NotEmpty', true);
$text->setAttrib('cols', '120');
$text->setAttrib('rows', '100');
$text->setAttrib('cols', '80');
$text->setAttrib('rows', '40');

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

Expand Down

0 comments on commit 3c19364

Please sign in to comment.