Reputation: 217
I am new to formly. I am building a form using formly and each key I create is coming in a new line(column-wise) so I need some of them in a row so, how can I add CSS to my code and make it the way I want ?? I am not using bootstrap
Upvotes: 4
Views: 6027
Reputation: 4092
whether use global css file or ::ng-deep
selector check the following example:
https://stackblitz.com/edit/angular-fnco5v
Upvotes: 1