@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.

Break-word on all propertly list values

Summary: Fixes T10827. Adds break-word on all values.

Test Plan: Really long text.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T10827

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

+4 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'c076c614', 10 + 'core.pkg.css' => '6913fe66', 11 11 'core.pkg.js' => '3f2c120d', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => 'f3fb8324', ··· 149 149 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 150 150 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 151 151 'rsrc/css/phui/phui-profile-menu.css' => 'c8557f33', 152 - 'rsrc/css/phui/phui-property-list-view.css' => 'e7b212a0', 152 + 'rsrc/css/phui/phui-property-list-view.css' => 'd4bbd0cb', 153 153 'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591', 154 154 'rsrc/css/phui/phui-segment-bar-view.css' => '46342871', 155 155 'rsrc/css/phui/phui-spacing.css' => '042804d6', ··· 853 853 'phui-pager-css' => 'bea33d23', 854 854 'phui-pinboard-view-css' => '2495140e', 855 855 'phui-profile-menu-css' => 'c8557f33', 856 - 'phui-property-list-view-css' => 'e7b212a0', 856 + 'phui-property-list-view-css' => 'd4bbd0cb', 857 857 'phui-remarkup-preview-css' => '1a8f2591', 858 858 'phui-segment-bar-view-css' => '46342871', 859 859 'phui-spacing-css' => '042804d6',
+1
webroot/rsrc/css/phui/phui-property-list-view.css
··· 79 79 margin-left: 1%; 80 80 float: left; 81 81 margin-bottom: 4px; 82 + word-wrap: break-word; 82 83 } 83 84 84 85 .device-desktop .phui-property-list-has-actions .phui-property-list-value {