From 75d63209aa686cd2d3e61fc3be471d0596d24717 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Mon, 27 Aug 2018 14:31:52 +1200 Subject: [PATCH] FIX Comment admin form should fill height --- src/Admin/CommentAdmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Admin/CommentAdmin.php b/src/Admin/CommentAdmin.php index 2cb4a8e..257dd1e 100644 --- a/src/Admin/CommentAdmin.php +++ b/src/Admin/CommentAdmin.php @@ -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()) {