electricitymaps / bloom-contrib

Making carbon footprint data available to everyone.
https://www.bloomclimate.com
MIT License
436 stars 104 forks source link

Updates ResultsTable to show all columns properly #323

Closed madsnedergaard closed 4 years ago

madsnedergaard commented 4 years ago

Goal

Fix issue where some columns in results are not visible.

Description

The <ResultsTable /> has a display: flex that makes it not display properly if there's too much content - this fixes that by removing the display: flex and instead using the default block.

Before

Screenshot 2020-02-05 at 16 25 38

After

Screenshot 2020-02-05 at 16 25 50