formly-js / angular-formly-templates-bootstrap

Angular-Formly: Bootstrap Templates
http://formly-js.github.io/angular-formly
MIT License
110 stars 81 forks source link

Formly Bootstrap Row not behaving correctly because class "row" is assigned to inline HTML element. #84

Open r0lodex opened 8 years ago

r0lodex commented 8 years ago

When .row is assigned to a non block HTML element, bootstrap grid will not behave properly. To fix this properly this line has to be added

ng-form { display: block; }

Took me a while to figure out why there is unnecessary paddings on my form-group and the strange responsive behavior. I believe this thing should work out-of-the-box.

trycontrolmymind commented 8 years ago

Yea, i have the same issue.