mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
2ec6c8f3d3
commit
22ac9a3d29
@ -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 );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user