stephanieleary / content-audit

Lets you create a content inventory right in the WordPress Edit screens. You can mark content as redundant, outdated, trivial, or in need of a review.
GNU General Public License v2.0
7 stars 7 forks source link

Fix custom status layout issues with CSS Grid on Content Audit Overview page #8

Closed mrwweb closed 5 years ago

mrwweb commented 6 years ago

Fixes #5 (in modern browsers)

This will use CSS Grid in any browser supporting grid to creating a responsive grid of status links that won't overflow either vertically or horizontally.

Also adjusts padding in all browsers to avoid text running into edge of links.