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:
parent
a83b27e67b
commit
a5cdba485d
|
@ -7582,7 +7582,7 @@ h3 span {
|
|||
float: left;
|
||||
list-style-type: none;
|
||||
padding-right: 25px;
|
||||
min-width: 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.feature-container {
|
||||
|
|
Loading…
Reference in New Issue