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

Set `overflow-x: auto`

Summary: Stops funny overflow on long text with no breaking characters

Test Plan: View the public feed

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin, chad

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

authored by

Gareth Evans and committed by
epriestley
df6a66f5 2d3c7349

+2 -1
+1 -1
src/__celerity_resource_map__.php
··· 3019 3019 ), 3020 3020 'phabricator-feed-css' => 3021 3021 array( 3022 - 'uri' => '/res/f3e6e80b/rsrc/css/application/feed/feed.css', 3022 + 'uri' => '/res/e19633ed/rsrc/css/application/feed/feed.css', 3023 3023 'type' => 'css', 3024 3024 'requires' => 3025 3025 array(
+1
webroot/rsrc/css/application/feed/feed.css
··· 9 9 .phabricator-public-feed-frame { 10 10 margin: 10px; 11 11 max-width: 600px; 12 + overflow-x: auto; 12 13 } 13 14 14 15 .phabricator-feed-frame .phabricator-action-header-title {