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

[Redesign] Break words in headers

Summary: Ref T8099, Fixes T8678. Breaks overly long words in headers.

Test Plan: Make a long header on mobile.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099, T8678

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

+4 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '6e5e3798', 10 + 'core.pkg.css' => 'e393f792', 11 11 'core.pkg.js' => 'a590b451', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '1b36e899', ··· 134 134 'rsrc/css/phui/phui-fontkit.css' => '0d04121b', 135 135 'rsrc/css/phui/phui-form-view.css' => 'a0e8f168', 136 136 'rsrc/css/phui/phui-form.css' => '17ce37a9', 137 - 'rsrc/css/phui/phui-header-view.css' => '2a685a60', 137 + 'rsrc/css/phui/phui-header-view.css' => '4d09d68f', 138 138 'rsrc/css/phui/phui-icon.css' => '88ba9081', 139 139 'rsrc/css/phui/phui-image-mask.css' => '5a8b09c8', 140 140 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', ··· 777 777 'phui-fontkit-css' => '0d04121b', 778 778 'phui-form-css' => '17ce37a9', 779 779 'phui-form-view-css' => 'a0e8f168', 780 - 'phui-header-view-css' => '2a685a60', 780 + 'phui-header-view-css' => '4d09d68f', 781 781 'phui-icon-view-css' => '88ba9081', 782 782 'phui-image-mask-css' => '5a8b09c8', 783 783 'phui-info-panel-css' => '27ea50a1',
+1
webroot/rsrc/css/phui/phui-header-view.css
··· 26 26 .phui-header-col2 { 27 27 display: table-cell; 28 28 vertical-align: middle; 29 + word-break: break-word; 29 30 } 30 31 31 32 .phui-header-col3 {