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

Provide different widths for input elements #26

Open S-Stephen opened 4 years ago

S-Stephen commented 4 years ago

On a desktop browser the width for the textarea is too narrow.

Provide the ability dynamically or otherwise to change the number or columns in the input fields

S-Stephen commented 4 years ago

The textarea has style to consume 50% of the parent space.

Also consider the use of media queries via: [ngStyle.sm]="", [ngStyle.lg]="" ? and configurable by the client