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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user