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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user