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:
parent
2d3c73495a
commit
df6a66f577
2 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue