projecttacoma / fqm-execution-demo

Apache License 2.0
2 stars 0 forks source link

Fixed the grid system #32

Closed eperelli closed 3 years ago

eperelli commented 3 years ago

Summary The grid system in Results.tsx has been fixed so that the display is correct and consistent across different browsers (Chrome, Edge, Firefox).

Code changes I removed the Grid container that contained all of the results components in Results.tsx. For some reason this was causing an error that messed up the Grid system in Chrome and Edge (note: this only happened on my computer).