From de5eaea6acdb3fd72ee8a3b19f49b249b2d87add Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 24 May 2013 10:45:33 -0700 Subject: [PATCH] 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 --- src/__celerity_resource_map__.php | 2 +- webroot/rsrc/css/phui/phui-feed-story.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index 0b3127fcf5..1ab00ca5f1 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -3656,7 +3656,7 @@ celerity_register_resource_map(array( ), 'phui-feed-story-css' => array( - 'uri' => '/res/4dbcec0e/rsrc/css/phui/phui-feed-story.css', + 'uri' => '/res/253ac568/rsrc/css/phui/phui-feed-story.css', 'type' => 'css', 'requires' => array( diff --git a/webroot/rsrc/css/phui/phui-feed-story.css b/webroot/rsrc/css/phui/phui-feed-story.css index fa17425a68..66c2395773 100644 --- a/webroot/rsrc/css/phui/phui-feed-story.css +++ b/webroot/rsrc/css/phui/phui-feed-story.css @@ -25,6 +25,7 @@ .phui-feed-story-body { padding: 0 10px 10px; color: #444444; + word-break: break-word; } .phui-feed-story-foot {