Make WordPress Core

Changeset 54361


Ignore:
Timestamp:
09/29/2022 08:01:56 PM (2 years ago)
Author:
audrasjb
Message:

Plugins: Fix Upgrade icon alignment on mobile in Plugins Install screen.

This changeset ensures the upgrade icon is correctly aligned on small screens, in the Plugins Install screen.

Props rajanpanchal2028, mukesh27, robinwpdeveloper.
Fixes #55627.

File:
1 edited

Legend:

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

    r54149 r54361  
    13731373    display: inline-block;
    13741374    font: normal 20px/1 dashicons;
    1375     margin: 3px 5px 0 -2px;
     1375    margin: -3px 5px 0 -2px;
    13761376    speak: never;
    13771377    -webkit-font-smoothing: antialiased;
    13781378    -moz-osx-font-smoothing: grayscale;
    1379     vertical-align: top;
     1379    vertical-align: middle;
    13801380}
    13811381
Note: See TracChangeset for help on using the changeset viewer.