From 0a8ef2abaae27841dc14e1cd2f301381e6ebd586 Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@10306 602fd350-edb4-49c9-b593-d223f7449a82 --- 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; }