@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix an issue where the profile menu could become enormous

Summary: Ref T10054. Without `max-width`, Safari can make this too large with a long project name (maybe because of `table-cell`?).

Test Plan: Saw normal-width menu instead of huge menu on very long project.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10054

Differential Revision: https://secure.phabricator.com/D15046

+5 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '3a97c8b9', 10 + 'core.pkg.css' => 'eacc9293', 11 11 'core.pkg.js' => '573e6664', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 143 143 'rsrc/css/phui/phui-object-item-list-view.css' => '26c30d3f', 144 144 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 145 145 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 146 - 'rsrc/css/phui/phui-profile-menu.css' => 'e8030bb3', 146 + 'rsrc/css/phui/phui-profile-menu.css' => 'a26fa598', 147 147 'rsrc/css/phui/phui-property-list-view.css' => '27b2849e', 148 148 'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591', 149 149 'rsrc/css/phui/phui-spacing.css' => '042804d6', ··· 822 822 'phui-object-item-list-view-css' => '26c30d3f', 823 823 'phui-pager-css' => 'bea33d23', 824 824 'phui-pinboard-view-css' => '2495140e', 825 - 'phui-profile-menu-css' => 'e8030bb3', 825 + 'phui-profile-menu-css' => 'a26fa598', 826 826 'phui-property-list-view-css' => '27b2849e', 827 827 'phui-remarkup-preview-css' => '1a8f2591', 828 828 'phui-spacing-css' => '042804d6',
+2
webroot/rsrc/css/phui/phui-profile-menu.css
··· 17 17 position: relative; 18 18 vertical-align: top; 19 19 width: 240px; 20 + max-width: 240px; 20 21 margin-top: 0; 22 + overflow: hidden; 21 23 } 22 24 23 25 .device-desktop .phui-profile-menu .phabricator-nav-content {