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:
Weston Ruter 2016-11-15 09:07:49 +00:00
parent 29629ecc52
commit b7efb95bc9

View File

@ -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;