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