From 22b6c3bcc9c92e220929f43493a2fe99188b9e8f Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 8 Jul 2013 16:55:59 +0000 Subject: [PATCH] Prevent overflow of the parent term dropdown in the new term form. props desrosj, fixes #23397. git-svn-id: http://core.svn.wordpress.org/trunk@24588 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/css/wp-admin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-admin/css/wp-admin.css b/wp-admin/css/wp-admin.css index bc9db77e8c..dcfd574b0f 100644 --- a/wp-admin/css/wp-admin.css +++ b/wp-admin/css/wp-admin.css @@ -3978,6 +3978,10 @@ span.description, padding: 8px 0; } +.form-wrap .form-field #parent { + max-width: 100%; +} + .col-wrap h3 { margin: 12px 0; font-size: 1.1em;