diff --git a/panel/views/fields/layout/sections.php b/panel/views/fields/layout/sections.php index f3df77028..d585be34e 100644 --- a/panel/views/fields/layout/sections.php +++ b/panel/views/fields/layout/sections.php @@ -8,12 +8,16 @@ escape($section->label()) ?>
- getMultiple($section->get('fields', [])) as $field) : ?> - isVisible()) : ?> - insert('fields.' . $field->type(), ['field' => $field]) ?> - - +
+ getMultiple($section->get('fields', [])) as $field) : ?> + isVisible()) : ?> +
attr(['class' => ['col-md-' . $field->get('width', '12-12')]]) ?>> + insert('fields.' . $field->type(), ['field' => $field]) ?> +
+ + +
- \ No newline at end of file +