From: dklawren Date: Tue, 8 Jan 2019 06:02:40 +0000 (-0500) Subject: Bug 1509122 - Need additional space between status icon and status text in the revisi... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a36de2f6f5d3f3395e3de23d223ea8520d5fa063;p=thirdparty%2Fbugzilla.git Bug 1509122 - Need additional space between status icon and status text in the revision panel in show_bug --- diff --git a/extensions/PhabBugz/web/style/phabricator.css b/extensions/PhabBugz/web/style/phabricator.css index bbc865bf8..b02482358 100644 --- a/extensions/PhabBugz/web/style/phabricator.css +++ b/extensions/PhabBugz/web/style/phabricator.css @@ -71,6 +71,7 @@ span[class^="review-status-icon-"]::before display: inline-block; font-variant: normal; text-rendering: auto; + margin: -2px 4px -2px 0; font-family: FontAwesome-DifferentialStatus; }