Ensure buttons don't get overly tall in responsive views when a browser (oh, Firefox) enforces a line-height on buttons. props azaozz. fixes #27409.
git-svn-id: https://develop.svn.wordpress.org/trunk@27727 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ccc5f363c0
commit
8c47b1e188
@ -288,8 +288,8 @@ TABLE OF CONTENTS:
|
|||||||
input#publish,
|
input#publish,
|
||||||
input#save-post,
|
input#save-post,
|
||||||
a.preview {
|
a.preview {
|
||||||
padding: 10px 14px;
|
padding: 6px 14px;
|
||||||
line-height: 1;
|
line-height: normal;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user