Make sure the validator list on Credits screen floats correctly with longer names.

props kosvrouvas.
fixes #30066.

git-svn-id: https://develop.svn.wordpress.org/trunk@30037 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-10-27 02:32:23 +00:00
parent b1c3d5eccc
commit 6c69eec02d
1 changed files with 2 additions and 1 deletions

View File

@ -293,7 +293,8 @@
}
.about-wrap li.wp-person {
float: left;
display: inline-block;
vertical-align: top;
margin-right: 10px;
}