Skip to content

Commit

Permalink
Fix default bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
jcastroa87 committed Sep 26, 2024
1 parent b58f971 commit 153c181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Library/CrudPanel/CrudField.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public function makeLast()
*/
public function size($numberOfColumns)
{
$this->attributes['wrapper']['class'] = 'form-group col-md-'.$numberOfColumns;
$this->attributes['wrapper']['class'] = 'form-group col-md-'.$numberOfColumns.' mb-3';

return $this->save();
}
Expand Down

0 comments on commit 153c181

Please sign in to comment.