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

Props nielslange.
Fixes #43573.


Built from https://develop.svn.wordpress.org/trunk@44646


git-svn-id: http://core.svn.wordpress.org/trunk@44477 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast
2019-01-18 04:03:52 +00:00
parent a06dd65235
commit 9b2a6b606c
5 changed files with 5 additions and 5 deletions

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