mirror of
git://develop.git.wordpress.org/
synced 2025-02-07 08:04:27 +01:00
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
This commit is contained in:
parent
29d48fbb20
commit
367ba4315b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user