mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
FIX add space below report filter form
This commit is contained in:
parent
5351ba670f
commit
cda78e2d88
@ -293,7 +293,7 @@ class Report extends ViewableData
|
|||||||
|
|
||||||
// Add a search button
|
// Add a search button
|
||||||
$formAction = new FormAction('updatereport', _t('SilverStripe\\Forms\\GridField\\GridField.Filter', 'Filter'));
|
$formAction = new FormAction('updatereport', _t('SilverStripe\\Forms\\GridField\\GridField.Filter', 'Filter'));
|
||||||
$formAction->addExtraClass("m-b-2");
|
$formAction->addExtraClass("mb-4");
|
||||||
|
|
||||||
$fields->push($formAction);
|
$fields->push($formAction);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user