I want to align md-chips vertically instead of default horizontal alignment. I tried to override the angular material design css but nothing works. Please share the correct css style to align it veristically
Refer image attached or below link
https://material.angularjs.org/latest/demo/chips
I want these chips need to be aligned -> one chip per line
ehowtonow
To align md-chips vertically, you need to override the default style of element “md-chip”.
Use the below style, it override the default horizontal chip alignment into vertical alignment.