From 3361eba139070bc6f1405ba7bc62b33bc1b9384f Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 25 Sep 2013 12:08:57 -0700 Subject: [PATCH] Padding on Maniphest status Summary: adds padding to the maniphest status subheader Test Plan: see padding in inspect element Reviewers: epriestley Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D7125 --- 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 364e23b737..e24037c6c3 100644 --- a/src/applications/maniphest/constants/ManiphestTaskStatus.php +++ b/src/applications/maniphest/constants/ManiphestTaskStatus.php @@ -89,7 +89,7 @@ final class ManiphestTaskStatus extends ManiphestConstants { $tag = phutil_tag( 'span', array( - 'class' => 'phui-header-'.$color, + 'class' => 'phui-header-'.$color.' plr', ), array( $img,