Skip to content

Commit 0da20e5

Browse files
committed
add default class
1 parent 153c181 commit 0da20e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/CrudPanel/CrudPanelFieldsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ public function testItCanAddAFluentField()
777777
],
778778
'store_in' => 'some',
779779
'wrapper' => [
780-
'class' => 'form-group col-md-6',
780+
'class' => 'form-group col-md-6 mb-3',
781781
],
782782
'events' => [
783783
'created' => function () {

0 commit comments

Comments
 (0)