mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Customize: Add !important line-height to edit shortcut buttons.
Ensure that icon inside edit shortcut is centered when theme defines default `line-height` for `button` elements. Fixes #38787. git-svn-id: https://develop.svn.wordpress.org/trunk@39242 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
29629ecc52
commit
b7efb95bc9
@ -44,6 +44,7 @@
|
||||
height: 30px;
|
||||
min-width: 30px;
|
||||
min-height: 30px;
|
||||
line-height: 1em !important;
|
||||
font-size: 18px;
|
||||
z-index: 5;
|
||||
background-color: #0085ba;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user