Alternative approach to setting progress bar width
Changes proposed in this pull request:
- Uses CSS Object Model to modify element width (https://stackoverflow.com/questions/24713440/banned-inline-style-csp-and-dynamic-positioning-of-html-elements/29089970#29089970)
- Removes the need for prop drilling nonce since it is unneeded using the CSSOM approach
Security considerations
None