1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-27 15:08:20 +01:00

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
This commit is contained in:
Chad Little 2013-05-24 10:45:33 -07:00
parent 309e40b4d7
commit de5eaea6ac
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -25,6 +25,7 @@
.phui-feed-story-body {
padding: 0 10px 10px;
color: #444444;
word-break: break-word;
}
.phui-feed-story-foot {