mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 16:21:26 +01:00
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:
parent
a06dd65235
commit
9b2a6b606c
@ -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 );
|
||||
|
2
wp-admin/css/list-tables-rtl.min.css
vendored
2
wp-admin/css/list-tables-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 );
|
||||
|
2
wp-admin/css/list-tables.min.css
vendored
2
wp-admin/css/list-tables.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user