helloflask / bootstrap-flask

Bootstrap 4 & 5 helper for your Flask projects.

Home Page:https://bootstrap-flask.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"form-control-label" should be "col-form-label" for horizontal forms

jnrbsn opened this issue · comments

The render_field macro currently puts the form-control-label class on the <label> tag for horizontal form fields. This doesn't style it correctly. The correct class is col-form-label.

Link to docs: https://getbootstrap.com/docs/4.6/components/forms/#horizontal-form