1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Fix spacing on Diff headers

Summary: Adds some padding to the right

Test Plan: Looked at a diff

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

Differential Revision: https://secure.phabricator.com/D7143
This commit is contained in:
Chad Little 2013-09-26 14:08:42 -07:00
parent 3cb67480e0
commit 7421a42ba5

View file

@ -61,7 +61,7 @@ final class DifferentialRevisionStatus {
$tag = phutil_tag(
'span',
array(
'class' => 'phui-header-'.$color,
'class' => 'phui-header-'.$color.' plr',
),
array(
$img,