mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 04:50:55 +01: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:
parent
3cb67480e0
commit
7421a42ba5
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ final class DifferentialRevisionStatus {
|
||||||
$tag = phutil_tag(
|
$tag = phutil_tag(
|
||||||
'span',
|
'span',
|
||||||
array(
|
array(
|
||||||
'class' => 'phui-header-'.$color,
|
'class' => 'phui-header-'.$color.' plr',
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
$img,
|
$img,
|
||||||
|
|
Loading…
Reference in a new issue