covid19-dash / covid-dashboard

Help welcomed if you have expertise in public health web technology, data modeling and munging, or visualization.
https://covid19-dash.github.io/
BSD 3-Clause "New" or "Revised" License
131 stars 41 forks source link

numbers cut off to right #46

Closed poldrack closed 4 years ago

poldrack commented 4 years ago

depending on the screen size, the numbers on the right get cramped or cut off. maybe add some kind of padding to right of the table? ProblemWithResizingScreen

emmanuelle commented 4 years ago

I think the 70% here https://github.com/covid19-dash/covid-dashboard/blob/master/app.py#L104 is a bit too much, for a small screen 60% would give better results.

GaelVaroquaux commented 4 years ago

This was solved by @emmanuelle