pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
https://flask-admin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5.79k stars 1.57k forks source link

bootstrap4 checkbox not properly rendered #2064

Closed Demetriex closed 3 years ago

Demetriex commented 3 years ago

currently it looks like this image

it should look like this image

https://github.com/flask-admin/flask-admin/blob/ebfb2ec1ac4329f8a4fb08c3e1c58fbcf5541dfc/flask_admin/templates/bootstrap4/admin/lib.html#L138-L139

maybe change the class to form-control form-control-lg or form-control

TitaniumHocker commented 3 years ago

Big checkbox in the middle of the row is terrible, current layout looks better.