From 04d029a4b59377251f9fc41c953e5ce5376cc822 Mon Sep 17 00:00:00 2001 From: azaozz Date: Mon, 5 Jan 2009 11:28:20 +0000 Subject: [PATCH] Don't shift the rest of the page when the permalink pops up, props nbachiyski, fixes #6058 for trunk git-svn-id: http://svn.automattic.com/wordpress/trunk@10306 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-admin.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index b423a372ed..a1d7a56e0c 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1651,6 +1651,7 @@ input#link_url { } #edit-slug-box { + height: 1em; margin-top: 8px; padding: 0 7px; }