mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
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
This commit is contained in:
parent
660f1f3e64
commit
3361eba139
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue