Restrict PropertyListView width to just DocumentProView

Summary: Fixes T10409. Long term need to build a proper "PageEngine" of sorts for layouts not needing special magic. For now this just affects a few applications.

Test Plan: View Diffusion, Phriction, Phame, Legalpad, Diviner.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T10409

Differential Revision: https://secure.phabricator.com/D15328
This commit is contained in:
Chad Little
2016-02-22 11:48:44 -08:00
parent 24104be67d
commit 023cfbb23a
6 changed files with 19 additions and 9 deletions

View File

@@ -136,6 +136,7 @@ final class PhamePostViewController
$document->setFoot($next_view);
$crumbs = $this->buildApplicationCrumbs();
$properties = phutil_tag_div('phui-document-view-pro-box', $properties);
$page = $this->newPage()
->setTitle($post->getTitle())