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

git-svn-id: http://core.svn.wordpress.org/trunk@22329 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2012-10-30 18:16:54 +00:00
parent 8d1d30ed75
commit 1e72313ec2

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;
}