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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-beta1-44645';
$wp_version = '5.1-beta1-44646';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.