Shorten titles in Pholio
Summary: Shortens the titles to 24 characters. Will likely make the boards bigger than 240px at some point. Test Plan: Tested normal phrases as well as MMMMMMMms. M's will break, but only slightly. Felt it was a fair tradeoff? Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2660 Differential Revision: https://secure.phabricator.com/D5215
This commit is contained in:
@@ -2880,7 +2880,7 @@ celerity_register_resource_map(array(
|
||||
),
|
||||
'phabricator-pinboard-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/b5a7de33/rsrc/css/layout/phabricator-pinboard-view.css',
|
||||
'uri' => '/res/c6af8d76/rsrc/css/layout/phabricator-pinboard-view.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
||||
@@ -66,7 +66,6 @@ final class PholioMockListController extends PholioController {
|
||||
'div',
|
||||
array(),
|
||||
pht('Created on %s', $datetime)));
|
||||
|
||||
$board->addItem($item);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user