@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 long words on txt files in Diffusion

Summary: Fixes T12163. We don't send txt files through a pygment highlighter, so the break-word needs to also just apply to diffusion-source.

Test Plan: Test in Chrome Inspector

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12163

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

+3 -2
+2 -2
resources/celerity/map.php
··· 67 67 'rsrc/css/application/differential/table-of-contents.css' => 'ae4b7a55', 68 68 'rsrc/css/application/diffusion/diffusion-icons.css' => 'd678600a', 69 69 'rsrc/css/application/diffusion/diffusion-readme.css' => '297373eb', 70 - 'rsrc/css/application/diffusion/diffusion-source.css' => '68b30fd3', 70 + 'rsrc/css/application/diffusion/diffusion-source.css' => '750add59', 71 71 'rsrc/css/application/feed/feed.css' => 'ecd4ec57', 72 72 'rsrc/css/application/files/global-drag-and-drop.css' => '5c1b47c2', 73 73 'rsrc/css/application/flag/flag.css' => 'bba8f811', ··· 582 582 'differential-table-of-contents-css' => 'ae4b7a55', 583 583 'diffusion-icons-css' => 'd678600a', 584 584 'diffusion-readme-css' => '297373eb', 585 - 'diffusion-source-css' => '68b30fd3', 585 + 'diffusion-source-css' => '750add59', 586 586 'diviner-shared-css' => 'aa3656aa', 587 587 'font-aleo' => '8bdb2835', 588 588 'font-fontawesome' => 'e838e088',
+1
webroot/rsrc/css/application/diffusion/diffusion-source.css
··· 26 26 padding-bottom: 1px; 27 27 padding-left: 8px; 28 28 width: 100%; 29 + word-break: break-all; 29 30 } 30 31 31 32 .diffusion-browse-type-form {