django-bootstrap5 icon indicating copy to clipboard operation
django-bootstrap5 copied to clipboard

Size option in bootstrap_field documentation

Open GabeSoler opened this issue 2 months ago • 0 comments

Hi, this is a documentation small change in the bootstrap field.

Documentation says to use the words, but it actually works with the shortened form:

"sm" "md" "lg"


[in bootstrap fields, current look]

size Controls the size of the rendered div.row through the use of CSS classes.

One of the following values:

    * ``'small'``
    * ``'medium'``
    * ``'large'``

GabeSoler avatar Oct 21 '25 11:10 GabeSoler