You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
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 addedTook 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.The text was updated successfully, but these errors were encountered: