pluginkollektiv / statify

Statify – statistics plugin for WordPress
https://wordpress.org/plugins/statify/
GNU General Public License v3.0
77 stars 23 forks source link

use CSS flex and full width for totals in dashboard widget #199

Closed stklcode closed 3 years ago

stklcode commented 3 years ago

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 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: )