From cda78e2d887de13bb6143fba47a4d6a6153af7df Mon Sep 17 00:00:00 2001 From: Saophalkun Ponlu Date: Tue, 19 Sep 2017 10:15:08 +1200 Subject: [PATCH] FIX add space below report filter form --- code/Report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Report.php b/code/Report.php index ae1f9636..14bfe5d5 100644 --- a/code/Report.php +++ b/code/Report.php @@ -293,7 +293,7 @@ class Report extends ViewableData // Add a search button $formAction = new FormAction('updatereport', _t('SilverStripe\\Forms\\GridField\\GridField.Filter', 'Filter')); - $formAction->addExtraClass("m-b-2"); + $formAction->addExtraClass("mb-4"); $fields->push($formAction); }