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:
parent
309e40b4d7
commit
de5eaea6ac
2 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
.phui-feed-story-body {
|
||||
padding: 0 10px 10px;
|
||||
color: #444444;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.phui-feed-story-foot {
|
||||
|
|
Loading…
Add table
Reference in a new issue