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:
		@@ -98,7 +98,8 @@ final class PhabricatorApplicationLaunchView extends AphrontTagView {
 | 
				
			|||||||
            'sigil' => 'has-tooltip',
 | 
					            'sigil' => 'has-tooltip',
 | 
				
			||||||
            'meta' => array(
 | 
					            'meta' => array(
 | 
				
			||||||
              'tip' => implode("\n", $text),
 | 
					              'tip' => implode("\n", $text),
 | 
				
			||||||
              'size' => 240,
 | 
					              'size' => 300,
 | 
				
			||||||
 | 
					              'align' => 'E',
 | 
				
			||||||
            ),
 | 
					            ),
 | 
				
			||||||
            'class' => 'phabricator-application-launch-attention',
 | 
					            'class' => 'phabricator-application-launch-attention',
 | 
				
			||||||
          ),
 | 
					          ),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user