@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 odd line number line wrapping on embedded pastes (`{Pxxx}`)

Summary: Ref T13126. After SourceView changes, embedded pastes with the `{Pxxx}` syntax are line-wrapping line numbers in Safari, at least. Put a stop to this.

Test Plan: Viewed a `{Pxxx}` with more than 10 lines. Before: weird line wrapping; after: nice consistent display.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13126

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

+3 -2
+2 -2
resources/celerity/map.php
··· 119 119 'rsrc/css/font/font-lato.css' => 'c7ccd872', 120 120 'rsrc/css/font/phui-font-icon-base.css' => '870a7360', 121 121 'rsrc/css/layout/phabricator-filetree-view.css' => 'b912ad97', 122 - 'rsrc/css/layout/phabricator-source-code-view.css' => 'fdbefca0', 122 + 'rsrc/css/layout/phabricator-source-code-view.css' => '2ab25dfa', 123 123 'rsrc/css/phui/button/phui-button-bar.css' => 'f1ff5494', 124 124 'rsrc/css/phui/button/phui-button-simple.css' => '8e1baf68', 125 125 'rsrc/css/phui/button/phui-button.css' => '1863cc6e', ··· 776 776 'phabricator-search-results-css' => '505dd8cf', 777 777 'phabricator-shaped-request' => '7cbe244b', 778 778 'phabricator-slowvote-css' => 'a94b7230', 779 - 'phabricator-source-code-view-css' => 'fdbefca0', 779 + 'phabricator-source-code-view-css' => '2ab25dfa', 780 780 'phabricator-standard-page-view' => '34ee718b', 781 781 'phabricator-textareautils' => '320810c8', 782 782 'phabricator-title' => '485aaa6c',
+1
webroot/rsrc/css/layout/phabricator-source-code-view.css
··· 24 24 text-align: right; 25 25 border-right: 1px solid {$paste.border}; 26 26 color: {$sh-yellowtext}; 27 + white-space: nowrap; 27 28 } 28 29 29 30 .phabricator-source-line > a::before {