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.
Built from https://develop.svn.wordpress.org/trunk@27727 git-svn-id: http://core.svn.wordpress.org/trunk@27564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
52d2920891
commit
aee8de682b
|
@ -288,8 +288,8 @@ TABLE OF CONTENTS:
|
|||
input#publish,
|
||||
input#save-post,
|
||||
a.preview {
|
||||
padding: 10px 14px;
|
||||
line-height: 1;
|
||||
padding: 6px 14px;
|
||||
line-height: normal;
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
height: auto;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -288,8 +288,8 @@ TABLE OF CONTENTS:
|
|||
input#publish,
|
||||
input#save-post,
|
||||
a.preview {
|
||||
padding: 10px 14px;
|
||||
line-height: 1;
|
||||
padding: 6px 14px;
|
||||
line-height: normal;
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
height: auto;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue