]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1509122 - Need additional space between status icon and status text in the revisi...
authordklawren <dklawren@users.noreply.github.com>
Tue, 8 Jan 2019 06:02:40 +0000 (01:02 -0500)
committerKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 8 Jan 2019 06:02:40 +0000 (01:02 -0500)
extensions/PhabBugz/web/style/phabricator.css

index bbc865bf86a377b0027a8e419b0acec12f7655a5..b0248235843633f9e72502f8a0e43f72b6dbaf63 100644 (file)
@@ -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;
 }