Ive create a form in a dialog using material forms but I cant seem to get the inputs to be wider than 180px despite following numerous examples including https://material.an
The solution I found was this one into general style.css
style.css
mat-form-field { margin-left: 2.5rem; width: calc(100% - 2.5rem); }