From a5cdba485d2b8217f457fa91b4603e8e859b259d Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 27 Apr 2012 18:22:47 +0000 Subject: [PATCH] Wrap text in the theme filter, rather than using a min-width. Makes things look a little better in languages with long words and phrases. props SergeyBirukov, fixes #18131. git-svn-id: http://svn.automattic.com/wordpress/trunk@20616 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/css/wp-admin.dev.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/css/wp-admin.dev.css b/wp-admin/css/wp-admin.dev.css index 3a5b9481a..abe3cb704 100644 --- a/wp-admin/css/wp-admin.dev.css +++ b/wp-admin/css/wp-admin.dev.css @@ -7582,7 +7582,7 @@ h3 span { float: left; list-style-type: none; padding-right: 25px; - min-width: 150px; + width: 150px; } .feature-container {