Skip to content

Commit

Permalink
Plugins: Fix Upgrade icon alignment on mobile in Plugins Install screen.
Browse files Browse the repository at this point in the history
This changeset ensures the upgrade icon is correctly aligned on small screens, in the Plugins Install screen.

Props rajanpanchal2028, mukesh27, robinwpdeveloper.
Fixes #55627.


git-svn-id: https://develop.svn.wordpress.org/trunk@54361 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
audrasjb committed Sep 29, 2022
1 parent 29d48fb commit 367ba43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-admin/css/list-tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -1372,11 +1372,11 @@ ul.cat-checklist {
content: "\f463";
display: inline-block;
font: normal 20px/1 dashicons;
margin: 3px 5px 0 -2px;
margin: -3px 5px 0 -2px;
speak: never;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
vertical-align: top;
vertical-align: middle;
}

.plugin-card .updating-message:before {
Expand Down

0 comments on commit 367ba43

Please sign in to comment.