@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 long project names in policy controls

Summary: Fixes T12366. Adds a text-overflow to policy buttons.

Test Plan: Set a view policy to MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM

Reviewers: epriestley, eliaspro

Reviewed By: epriestley, eliaspro

Subscribers: eliaspro, Korvin

Maniphest Tasks: T12366

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

+10 -3
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '6875302f', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => 'aab1d168', 12 + 'core.pkg.css' => 'bb303011', 13 13 'core.pkg.js' => '1fa7c0c5', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '90b30783', ··· 134 134 'rsrc/css/phui/phui-basic-nav-view.css' => 'a0705f53', 135 135 'rsrc/css/phui/phui-big-info-view.css' => 'bd903741', 136 136 'rsrc/css/phui/phui-box.css' => '269cbc99', 137 - 'rsrc/css/phui/phui-button.css' => '7eaff361', 137 + 'rsrc/css/phui/phui-button.css' => 'd30999e4', 138 138 'rsrc/css/phui/phui-chart.css' => '6bf6f78e', 139 139 'rsrc/css/phui/phui-cms.css' => '504b4b23', 140 140 'rsrc/css/phui/phui-comment-form.css' => '48fbd65d', ··· 841 841 'phui-basic-nav-view-css' => 'a0705f53', 842 842 'phui-big-info-view-css' => 'bd903741', 843 843 'phui-box-css' => '269cbc99', 844 - 'phui-button-css' => '7eaff361', 844 + 'phui-button-css' => 'd30999e4', 845 845 'phui-calendar-css' => '477acfaa', 846 846 'phui-calendar-day-css' => '572b1893', 847 847 'phui-calendar-list-css' => '576be600',
+7
webroot/rsrc/css/phui/phui-button.css
··· 235 235 float: right; 236 236 } 237 237 238 + a.policy-control .phui-button-text { 239 + overflow: hidden; 240 + text-overflow: ellipsis; 241 + white-space: nowrap; 242 + display: block; 243 + } 244 + 238 245 .caret { 239 246 display: inline-block; 240 247 width: 0;