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

Long text break feed layouts

Summary: In cases with URL, etc, long text can break feed layouts on mobile.

Test Plan: Review changes with long feed story.

Reviewers: epriestley, btrahan

Reviewed By: btrahan

CC: aran, Korvin

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

+2 -1
+1 -1
src/__celerity_resource_map__.php
··· 3656 3656 ), 3657 3657 'phui-feed-story-css' => 3658 3658 array( 3659 - 'uri' => '/res/4dbcec0e/rsrc/css/phui/phui-feed-story.css', 3659 + 'uri' => '/res/253ac568/rsrc/css/phui/phui-feed-story.css', 3660 3660 'type' => 'css', 3661 3661 'requires' => 3662 3662 array(
+1
webroot/rsrc/css/phui/phui-feed-story.css
··· 25 25 .phui-feed-story-body { 26 26 padding: 0 10px 10px; 27 27 color: #444444; 28 + word-break: break-word; 28 29 } 29 30 30 31 .phui-feed-story-foot {