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
This commit is contained in:
Andrew Nacin 2012-04-27 18:22:47 +00:00
parent c6689953bb
commit efd16eb622

View File

@ -7582,7 +7582,7 @@ h3 span {
float: left;
list-style-type: none;
padding-right: 25px;
min-width: 150px;
width: 150px;
}
.feature-container {