diff --git a/code/Report.php b/code/Report.php index e7fb3ae3..36fa1dde 100644 --- a/code/Report.php +++ b/code/Report.php @@ -298,7 +298,10 @@ class Report extends ViewableData } // Add a search button - $fields->push(new FormAction('updatereport', _t('GridField.Filter'))); + $formAction = new FormAction('updatereport', _t('GridField.Filter')); + $formAction->addExtraClass("m-b-2"); + + $fields->push($formAction); } $fields->push($this->getReportField());