From efd16eb62227733d04dcca93598a3c9c56ecca64 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@20616 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 3a5b9481a1..abe3cb7043 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 {