Plugin Installer: Ensure CSS for the 3-column view isn't applied to the 4-column view.

Props nielslange.
Fixes #43573.



git-svn-id: https://develop.svn.wordpress.org/trunk@44646 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2019-01-18 04:02:17 +00:00
parent 2ec6c8f3d3
commit 22ac9a3d29

View File

@ -1398,7 +1398,7 @@ ul.cat-checklist {
margin-right: 0;
}
@media screen and (min-width: 1600px) {
@media screen and (min-width: 1600px) and ( max-width: 2299px ) {
.plugin-card {
width: 30%;
width: calc( 33.1% - 8px );