Intention was to use the full widget width for the totals display. This PR rewrites the CSS to use flex instead of float that also has the benefit of breaking down to single-column layout on really small screens or really long URLs in the top lists while the current solution does not.
Also works in IE 11 (despite the big warning above :see_no_evil: )
Alternative solution for #198
Intention was to use the full widget width for the totals display. This PR rewrites the CSS to use
flex
instead offloat
that also has the benefit of breaking down to single-column layout on really small screens or really long URLs in the top lists while the current solution does not.Also works in IE 11 (despite the big warning above :see_no_evil: )