S-Stephen / projectlight-ngx

Projectlight sample webpage(s) utilizing campl-ngx Angular libraries
https://gitpod.io/#https://github.com/S-Stephen/angular-edpcmentoring
0 stars 0 forks source link

Unable to resize form field components #36

Open S-Stephen opened 3 years ago

S-Stephen commented 3 years ago

attempting to override

.mat-form-field{ width: 50% }

Has no effect as the style has already been compiled and included.

Find away around this

Can we set the width of all elements to be 100% and put them in containers that will reduce them, possibly in a flex box wit ha number of rows etc?