Skip to content
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.

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

Open
r0lodex opened this issue Jan 23, 2016 · 1 comment

Comments

@r0lodex
Copy link

r0lodex commented Jan 23, 2016

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.

@r0lodex r0lodex changed the title Formly Bootstrap Row not behaving correctly because class "row" is assigned to ng-form Formly Bootstrap Row not behaving correctly because class "row" is assigned to inline HTML element. Jan 23, 2016
@trycontrolmymind
Copy link

Yea, i have the same issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants