From 6c69eec02dfcd57db6edaa0ab60ff3b46fea48b1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 27 Oct 2014 02:32:23 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/about.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index 50c4d9230f..41f3d6af27 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -293,7 +293,8 @@ } .about-wrap li.wp-person { - float: left; + display: inline-block; + vertical-align: top; margin-right: 10px; }