From 206ea67257344e8a423a4469f909cbd9a90b913f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 22 Nov 2019 00:02:12 +0000 Subject: [PATCH] Editor: Improve the appearance of tag cloud in Tags meta box in classic editor. Props sathyapulse, Spaceshipone, tmatsuur, audrasjb, afercia. Fixes #48592. git-svn-id: https://develop.svn.wordpress.org/trunk@46758 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/edit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/edit.css b/src/wp-admin/css/edit.css index 509212ae71..090f3eee94 100644 --- a/src/wp-admin/css/edit.css +++ b/src/wp-admin/css/edit.css @@ -1121,7 +1121,7 @@ p.popular-tags a { margin: 5px 0 10px; padding: 8px; border: 1px solid #ddd; - line-height: 1.8; + line-height: 1.2; word-spacing: 3px; }