From 7d2f7c6ceb39234615609c48ad33cbbcb77f30b3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 3 Oct 2014 09:41:24 +0000 Subject: [PATCH] Switch line-height added in [29790] to a unitless value. props janhenckens. fixes #29451. git-svn-id: https://develop.svn.wordpress.org/trunk@29828 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css index 7ed45d2875..fbf079506a 100644 --- a/src/wp-admin/css/dashboard.css +++ b/src/wp-admin/css/dashboard.css @@ -166,7 +166,7 @@ margin: 15px 13px 3px 0; padding: 12px 36px; height: auto; - line-height: 20px; + line-height: 1.4285714; white-space: normal; }