CSS Suggest EditsThe resulting form element has the class formly and each field has the class formly-field. CSS.formly { /* style your forms however you like */ } .formly-field { /* for example, give some space between your fields */ margin-bottom: 16px; } Updated less than a minute ago