mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
FIX Comment admin form should fill height
This commit is contained in:
parent
19619b083e
commit
75d63209aa
@ -136,7 +136,7 @@ class CommentAdmin extends LeftAndMain implements PermissionProvider
|
||||
$actions
|
||||
);
|
||||
|
||||
$form->addExtraClass('cms-edit-form');
|
||||
$form->addExtraClass('cms-edit-form fill-height');
|
||||
$form->setTemplate($this->getTemplatesWithSuffix('_EditForm'));
|
||||
|
||||
if ($form->Fields()->hasTabset()) {
|
||||
|
Loading…
Reference in New Issue
Block a user