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

Line counters: do not wrap when over 999 on mobile

Summary:
| Before | After |
|-----------|-----------|
| {F335620} | {F335621} |

Closes T15615

Test Plan:
Create a very long Diff with soooo much lines (e.g. 1000+).
Reduce the window and check that line numbers do not wrap anymore.

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: tobiaswiese, Matthew, Cigaryno

Maniphest Tasks: T15615

Differential Revision: https://we.phorge.it/D25407

+7 -6
+6 -6
resources/celerity/map.php
··· 12 12 'core.pkg.css' => '1a5169fe', 13 13 'core.pkg.js' => '2eeda9e0', 14 14 'dark-console.pkg.js' => '187792c2', 15 - 'differential.pkg.css' => '525f9a1d', 15 + 'differential.pkg.css' => '2431def2', 16 16 'differential.pkg.js' => '46fcb3af', 17 17 'diffusion.pkg.css' => '42c75c37', 18 18 'diffusion.pkg.js' => '78c9885d', ··· 63 63 'rsrc/css/application/diff/diff-tree-view.css' => 'e2d3e222', 64 64 'rsrc/css/application/diff/inline-comment-summary.css' => '81eb368d', 65 65 'rsrc/css/application/differential/add-comment.css' => '7e5900d9', 66 - 'rsrc/css/application/differential/changeset-view.css' => '8b9caefe', 66 + 'rsrc/css/application/differential/changeset-view.css' => '360630ff', 67 67 'rsrc/css/application/differential/core.css' => '7300a73e', 68 68 'rsrc/css/application/differential/phui-inline-comment.css' => 'a864426f', 69 69 'rsrc/css/application/differential/revision-comment.css' => '7dbc8d1d', ··· 560 560 'conpherence-transaction-css' => '3a3f5e7e', 561 561 'd3' => '9d068042', 562 562 'diff-tree-view-css' => 'e2d3e222', 563 - 'differential-changeset-view-css' => '8b9caefe', 563 + 'differential-changeset-view-css' => '360630ff', 564 564 'differential-core-view-css' => '7300a73e', 565 565 'differential-revision-add-comment-css' => '7e5900d9', 566 566 'differential-revision-comment-css' => '7dbc8d1d', ··· 1228 1228 'aphront-typeahead-control-css', 1229 1229 'phui-tag-view-css', 1230 1230 ), 1231 + '360630ff' => array( 1232 + 'phui-inline-comment-view-css', 1233 + ), 1231 1234 '3829a3cf' => array( 1232 1235 'javelin-behavior', 1233 1236 'javelin-uri', ··· 1701 1704 'javelin-stratcom', 1702 1705 'javelin-dom', 1703 1706 'phabricator-busy', 1704 - ), 1705 - '8b9caefe' => array( 1706 - 'phui-inline-comment-view-css', 1707 1707 ), 1708 1708 '8badee71' => array( 1709 1709 'javelin-install',
+1
webroot/rsrc/css/application/differential/changeset-view.css
··· 183 183 cursor: pointer; 184 184 border-right: 1px solid {$thinblueborder}; 185 185 overflow: hidden; 186 + white-space: nowrap; 186 187 } 187 188 188 189 .differential-diff td + td.n {