1
0
Fork 0
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:
Chad Little 2013-09-25 12:08:57 -07:00
parent 660f1f3e64
commit 3361eba139

View file

@ -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,