Remove extra workboard margin on mobile

Summary: We have too much space on workboards when displayed on mobile devices.

Test Plan: Shrink browser display, note that all workboards align to common gutters.

Reviewers: epriestley, btrahan

Reviewed By: btrahan

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D8790
This commit is contained in:
Chad Little
2014-04-16 11:09:53 -07:00
parent f5eb7b6404
commit 2cf2117eee
3 changed files with 8 additions and 2 deletions

View File

@@ -193,6 +193,7 @@ final class PhabricatorProjectBoardViewController
$board_box = id(new PHUIBoxView())
->appendChild($board)
->addClass('project-board-wrapper')
->addMargin(PHUI::MARGIN_LARGE);
return $this->buildApplicationPage(