FriendsOfCake / bootstrap-ui

CakePHP: Transparently use Bootstrap
MIT License
340 stars 146 forks source link

Bootstrap-ui form-helper is adding form-group class to controls #378

Closed schackochandsi closed 2 years ago

schackochandsi commented 2 years ago
ndm2 commented 2 years ago

There should be no form-row, only row, which is used by BS5.

form-group and form-inline were kept for versatility reasons, as to make it easier for people to add custom styling. You can ignore them if you don't have any use for them.

schackochandsi commented 2 years ago

Good to know! Thank you for the quick response.