Skip to content

Commit 153c181

Browse files
committed
Fix default bottom margin
1 parent b58f971 commit 153c181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/CrudField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public function makeLast()
202202
*/
203203
public function size($numberOfColumns)
204204
{
205-
$this->attributes['wrapper']['class'] = 'form-group col-md-'.$numberOfColumns;
205+
$this->attributes['wrapper']['class'] = 'form-group col-md-'.$numberOfColumns.' mb-3';
206206

207207
return $this->save();
208208
}

0 commit comments

Comments
 (0)