Fix long URLs on mobile chatlog
Summary: Really long words or URLs from IRC break mobile layout, so this breaks the word if it hits the edge of the screen. Test Plan: Duderpooooooooooooooooooooooooooooooooooooooooo Reviewers: epriestley, btrahan Reviewed By: btrahan CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5703
This commit is contained in:
@@ -2878,7 +2878,7 @@ celerity_register_resource_map(array(
|
||||
),
|
||||
'phabricator-chatlog-css' =>
|
||||
array(
|
||||
'uri' => '/res/b5600765/rsrc/css/application/chatlog/chatlog.css',
|
||||
'uri' => '/res/5542e247/rsrc/css/application/chatlog/chatlog.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user