Skip to content

Commit

Permalink
Merge pull request #537 from iommirocks/fix-field-grouping
Browse files Browse the repository at this point in the history
Fix field grouping in bootstrap5 style
  • Loading branch information
jlubcke authored Jun 18, 2024
2 parents 44c9697 + 1150d35 commit d4de2cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iommi/style_bootstrap5.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
),
attrs__class={
'mb-3': True,
'col': lambda field, **_: field.group is not None,
},
input__attrs__class={
'form-control': True,
Expand Down

0 comments on commit d4de2cf

Please sign in to comment.