mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
[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
This commit is contained in:
parent
190e290d98
commit
f8755ff8a4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue