From bc83012b6adf6312d501818a0b084896f77c2ddd Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 18 Jan 2006 19:21:37 +0000 Subject: [PATCH] Accomodate long page names in Page Parent dropdown. Props David House. fixes #2304 git-svn-id: https://develop.svn.wordpress.org/trunk@3457 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 44d436bb5f..9e7ec06ffc 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -780,6 +780,9 @@ table .vers, table .name { right: 5%; width: 14.5em; } +#moremeta select { + width: 96%; +} #slugdiv input, #passworddiv input, #authordiv select, #thumbdiv input, #parentdiv input { margin-top: .5em;