Make WordPress Core

Changeset 44646


Ignore:
Timestamp:
01/18/2019 04:02:17 AM (8 years ago)
Author:
pento
Message:

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

Props nielslange.
Fixes #43573.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r44637 r44646  
    13991399}
    14001400
    1401 @media screen and (min-width: 1600px) {
     1401@media screen and (min-width: 1600px) and ( max-width: 2299px ) {
    14021402        .plugin-card {
    14031403                width: 30%;
Note: See TracChangeset for help on using the changeset viewer.