Skip to content

Commit

Permalink
Fix field grouping in bootstrap5 style
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Jun 18, 2024
1 parent 44c9697 commit 1150d35
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 1150d35

Please sign in to comment.