Min-height on the permalink wrapper prevents the editor jumping down when starting new post, props SergeyBiryukov, see #22298

git-svn-id: https://develop.svn.wordpress.org/trunk@22329 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-10-30 18:16:54 +00:00
parent eb24f7b6c6
commit c2547c9aa1
1 changed files with 2 additions and 1 deletions

View File

@ -2963,7 +2963,8 @@ input#link_url {
#edit-slug-box {
line-height: 23px;
margin-top: 8px;
min-height: 23px;
margin-top: 5px;
padding: 0 10px;
}