From 614c954c42366c0b178b8fe52847f656d2e12b32 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: https://develop.svn.wordpress.org/trunk@24588 602fd350-edb4-49c9-b593-d223f7449a82 --- 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;