mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user