Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14843426
D21439.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D21439.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -9,7 +9,7 @@
'names' => array(
'conpherence.pkg.css' => '0e3cf785',
'conpherence.pkg.js' => '020aebcf',
- 'core.pkg.css' => 'da792a0f',
+ 'core.pkg.css' => '9b2e2e20',
'core.pkg.js' => '845355f4',
'dark-console.pkg.js' => '187792c2',
'differential.pkg.css' => '5c459f92',
@@ -114,7 +114,7 @@
'rsrc/css/application/tokens/tokens.css' => 'ce5a50bd',
'rsrc/css/application/uiexample/example.css' => 'b4795059',
'rsrc/css/core/core.css' => '1b29ed61',
- 'rsrc/css/core/remarkup.css' => '7d3ebc86',
+ 'rsrc/css/core/remarkup.css' => '94c3d777',
'rsrc/css/core/syntax.css' => '548567f6',
'rsrc/css/core/z-index.css' => 'ac3bfcd4',
'rsrc/css/diviner/diviner-shared.css' => '4bd263b0',
@@ -798,7 +798,7 @@
'phabricator-object-selector-css' => 'ee77366f',
'phabricator-phtize' => '2f1db1ed',
'phabricator-prefab' => '5793d835',
- 'phabricator-remarkup-css' => '7d3ebc86',
+ 'phabricator-remarkup-css' => '94c3d777',
'phabricator-search-results-css' => '9ea70ace',
'phabricator-shaped-request' => '995f5102',
'phabricator-slowvote-css' => '1694baed',
diff --git a/webroot/rsrc/css/core/remarkup.css b/webroot/rsrc/css/core/remarkup.css
--- a/webroot/rsrc/css/core/remarkup.css
+++ b/webroot/rsrc/css/core/remarkup.css
@@ -86,7 +86,11 @@
padding: 1px 4px;
border-radius: 3px;
white-space: pre-wrap;
+
+ /* See T13564. This is a narrow control for PDF printing behavior in
+ Chrome. */
line-break: anywhere;
+ overflow-wrap: anywhere;
}
/* NOTE: You can currently produce this with [[link | `name`]]. Restore the
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 3, 6:34 AM (10 h, 36 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7085312
Default Alt Text
D21439.diff (1 KB)
Attached To
Mode
D21439: Coerce Chrome into breaking monospaced text when printing tables to PDFs
Attached
Detach File
Event Timeline
Log In to Comment