Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ The ``BOOTSTRAP5`` dict variable contains these settings and defaults:
# The default value is empty, as Bootstrap5 example code doesn't use a wrapper class.
'inline_wrapper_class': '',

# Field class for inline fields.
# the default value is "col-12". This class will combined with `inline_wrapper_class`.
'inline_field_class': 'col-auto',

# Label class to use in horizontal forms.
'horizontal_label_class': 'col-sm-2',

Expand Down