From f8755ff8a4e1064770d3e5f3f905a1a292d08fa7 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 25 Jun 2015 06:55:24 -0700 Subject: [PATCH] [Redesign] Fix Maniphest closed header tags Summary: Ref T8099, Fixes padding and spacing when status tags are coming from Maniphest. Also, maybe remove this? Test Plan: Test closed tasks in Maniphest. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13434 --- src/applications/maniphest/constants/ManiphestTaskStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/maniphest/constants/ManiphestTaskStatus.php b/src/applications/maniphest/constants/ManiphestTaskStatus.php index b021dae40f..4b3cb8b350 100644 --- a/src/applications/maniphest/constants/ManiphestTaskStatus.php +++ b/src/applications/maniphest/constants/ManiphestTaskStatus.php @@ -99,7 +99,7 @@ final class ManiphestTaskStatus extends ManiphestConstants { $tag = phutil_tag( 'span', array( - 'class' => 'phui-header-'.$color.' plr', + 'class' => 'phui-header-status phui-header-'.$color, ), array( $img,