mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Remove spacing after timeline on diffs
Summary: I assume this box is always after timeline Test Plan: test a diff or two Reviewers: epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8230
This commit is contained in:
parent
4e8e035de0
commit
390a0f91b0
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ final class DifferentialRevisionUpdateHistoryView extends AphrontView {
|
|||
|
||||
return id(new PHUIObjectBoxView())
|
||||
->setHeaderText(pht('Revision Update History'))
|
||||
->setFlush(true)
|
||||
->appendChild($content);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue