1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 08:42:41 +01:00

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
This commit is contained in:
Gareth Evans 2013-05-13 09:14:40 -07:00 committed by epriestley
parent 2d3c73495a
commit df6a66f577
2 changed files with 2 additions and 1 deletions

View file

@ -3019,7 +3019,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-feed-css' => 'phabricator-feed-css' =>
array( array(
'uri' => '/res/f3e6e80b/rsrc/css/application/feed/feed.css', 'uri' => '/res/e19633ed/rsrc/css/application/feed/feed.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(

View file

@ -9,6 +9,7 @@
.phabricator-public-feed-frame { .phabricator-public-feed-frame {
margin: 10px; margin: 10px;
max-width: 600px; max-width: 600px;
overflow-x: auto;
} }
.phabricator-feed-frame .phabricator-action-header-title { .phabricator-feed-frame .phabricator-action-header-title {