Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2683618
D25520.1734684593.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
2 KB
Referenced Files
None
Subscribers
None
D25520.1734684593.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -9,7 +9,7 @@
'names' => array(
'conpherence.pkg.css' => '2f25eb4f',
'conpherence.pkg.js' => '020aebcf',
- 'core.pkg.css' => '3b2df0d0',
+ 'core.pkg.css' => '4e0e22fb',
'core.pkg.js' => '2eeda9e0',
'dark-console.pkg.js' => '187792c2',
'differential.pkg.css' => '2431def2',
@@ -38,7 +38,7 @@
'rsrc/css/aphront/typeahead.css' => '8779483d',
'rsrc/css/application/almanac/almanac.css' => '2e050f4f',
'rsrc/css/application/auth/auth.css' => 'c2f23d74',
- 'rsrc/css/application/base/main-menu-view.css' => '5d673247',
+ 'rsrc/css/application/base/main-menu-view.css' => '33820efe',
'rsrc/css/application/base/notification-menu.css' => '4df1ee30',
'rsrc/css/application/base/phui-theme.css' => '35883b37',
'rsrc/css/application/base/standard-page-view.css' => 'e08c7462',
@@ -790,7 +790,7 @@
'phabricator-flag-css' => '2b77be8d',
'phabricator-keyboard-shortcut' => '1a844c06',
'phabricator-keyboard-shortcut-manager' => '81debc48',
- 'phabricator-main-menu-view' => '5d673247',
+ 'phabricator-main-menu-view' => '33820efe',
'phabricator-nav-view-css' => '423f92cc',
'phabricator-notification' => 'a9b91e3f',
'phabricator-notification-css' => '30240bd2',
@@ -1211,6 +1211,9 @@
'javelin-dom',
'phabricator-notification',
),
+ '33820efe' => array(
+ 'phui-theme-css',
+ ),
34450586 => array(
'javelin-color',
'javelin-install',
@@ -1499,9 +1502,6 @@
'javelin-dom',
'phuix-dropdown-menu',
),
- '5d673247' => array(
- 'phui-theme-css',
- ),
'5d83623b' => array(
'javelin-dom',
),
diff --git a/webroot/rsrc/css/application/base/main-menu-view.css b/webroot/rsrc/css/application/base/main-menu-view.css
--- a/webroot/rsrc/css/application/base/main-menu-view.css
+++ b/webroot/rsrc/css/application/base/main-menu-view.css
@@ -302,6 +302,8 @@
background-size: 30px 30px;
background-repeat: no-repeat;
position: relative;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.phabricator-main-search-typeahead-result .result-name {
@@ -309,6 +311,7 @@
font-size: {$normalfontsize};
font-weight: bold;
color: {$darkgreytext};
+ white-space: normal;
}
.phabricator-main-search-typeahead-result.result-closed {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 08:49 (20 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1017178
Default Alt Text
D25520.1734684593.diff (2 KB)
Attached To
Mode
D25520: Show title entirely and cut of secondary information gracefully in typeahead results of main search
Attached
Detach File
Event Timeline
Log In to Comment