From f6357458f4e6f3424cf1bedf3771e49d1713c8a0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 5 Oct 2019 15:40:31 +0000 Subject: [PATCH] Taxonomy: Prevent Parent Category dropdown and field descriptions on Categories and Edit Category screens from extending beyond the other fields. Props garrett-eclipse, dkarfa. Fixes #48188. git-svn-id: https://develop.svn.wordpress.org/trunk@46405 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/edit.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/css/edit.css b/src/wp-admin/css/edit.css index 39e1a2afba..509212ae71 100644 --- a/src/wp-admin/css/edit.css +++ b/src/wp-admin/css/edit.css @@ -1023,6 +1023,11 @@ ul.categorychecklist li { width: 95%; } +.form-field select, +.form-field p { + max-width: 95%; +} + p.description, .form-wrap p { margin: 2px 0 5px; @@ -1046,10 +1051,6 @@ p.description code { padding: 0; } -.form-wrap .form-field #parent { - max-width: 100%; -} - .col-wrap h2 { margin: 12px 0; font-size: 1.1em;