Posts, Post Types: Increase the height of post slug input to prevent certain characters from being cut in Firefox on Windows.

Props Ankit K Gupta, Presskopp.
Fixes #28084.

git-svn-id: https://develop.svn.wordpress.org/trunk@39905 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-01-15 04:02:26 +00:00
parent e66dc656b3
commit 1348f5f3fe

View File

@ -120,7 +120,7 @@ input#link_url {
#editable-post-name input {
font-size: 13px;
font-weight: 400;
height: 22px;
height: 24px;
margin: 0;
width: 16em;
}