@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/applications/maniphest/constants/ManiphestTaskStatus.php
··· 89 89 $tag = phutil_tag( 90 90 'span', 91 91 array( 92 - 'class' => 'phui-header-'.$color, 92 + 'class' => 'phui-header-'.$color.' plr', 93 93 ), 94 94 array( 95 95 $img,