1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-22 05:20:56 +01:00

Have app tooltips align east with more width

Summary: I find this easier to read

Test Plan: Hover over tooltip area

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11012
This commit is contained in:
Chad Little 2014-12-18 14:03:13 -08:00
parent 83db5965ab
commit 2d3f5dae3c

View file

@ -98,7 +98,8 @@ final class PhabricatorApplicationLaunchView extends AphrontTagView {
'sigil' => 'has-tooltip',
'meta' => array(
'tip' => implode("\n", $text),
'size' => 240,
'size' => 300,
'align' => 'E',
),
'class' => 'phabricator-application-launch-attention',
),