Style the forms and reports in your CSS
I did a simple trick.
- On a form, added a ritch-text field called pageStyler (Admin can only view)
- Added a deluge on load as - input.pageStyler = "<style>#zc-component { background-color: yellow;}</style>";
- Login as Admin and submit one record against the form
Now this makes my form width 100%. I need this for a huge form.
However, I would suggest override the CSS with extreme care.