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