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
This commit is contained in:
nacin 2012-04-27 18:22:47 +00:00
parent a83b27e67b
commit a5cdba485d
1 changed files with 1 additions and 1 deletions

View File

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