mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
Add spacing below filter action
This commit is contained in:
parent
0008f474b8
commit
3d144b3afc
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user