diff --git a/code/Report.php b/code/Report.php index a49ada65..069b0309 100644 --- a/code/Report.php +++ b/code/Report.php @@ -299,7 +299,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());