Skip to content

Commit 9cf5170

Browse files
Jakub Jeřábekf3l1x
authored andcommitted
fix: align inline in inline form
1 parent e0301b8 commit 9cf5170

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Rendering/Bootstrap5InlineRenderer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ class Bootstrap5InlineRenderer extends DefaultFormRenderer
1919
'item' => 'p',
2020
],
2121
'group' => [
22-
'container' => 'fieldset',
22+
'container' => '',
2323
'label' => 'legend',
2424
'description' => 'p',
2525
],
2626
'controls' => [
2727
'container' => '',
2828
],
2929
'pair' => [
30-
'container' => 'div class="mb-3"',
3130
'.required' => 'required',
3231
'.optional' => null,
3332
'.odd' => null,

0 commit comments

Comments
 (0)