Skip to content

Commit 367ba43

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@54361 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 29d48fb commit 367ba43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-admin/css/list-tables.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,11 +1372,11 @@ ul.cat-checklist {
13721372
content: "\f463";
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

13821382
.plugin-card .updating-message:before {

0 commit comments

Comments
 (0)