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:
parent
83db5965ab
commit
2d3f5dae3c
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue