When long monospaced character sequences appear in Remarkup tables, break rather...
commita7b3ba5a6f4ee6744c6e80ae4aecf86261382e3a
authorepriestley <git@epriestley.com>
Mon, 29 Jun 2020 23:12:28 +0000 (29 16:12 -0700)
committerepriestley <git@epriestley.com>
Mon, 29 Jun 2020 23:18:05 +0000 (29 16:18 -0700)
treebb988778d7c3d1d67b6d3773bb2d135e22737a61
parent22de618d3bd3c55a9330d11a9a862c503643f513
When long monospaced character sequences appear in Remarkup tables, break rather than scrolling

Summary:
Ref PHI1798. If you put an SSH public key in a table cell with monospaced formatting and then print the table, the cell scrolls and not all of the content appears in your physical printed document.

Generally, the current scrolling behavior for monospaced text seems never-desirable: I can't imagine any cases where we want the table cell to scroll. (There's more of an argument for complex cases where a table cell has, say, an embedded paste.)

Add `line-break: anywhere` to break monospaced text inside these cells.

Test Plan: In Safari, Firefox, and Chrome, viewed a ##|`MMMMM....`|## table. Saw scrolling before and wrapping/breaking after.

Differential Revision: https://secure.phabricator.com/D21370
resources/celerity/map.php
webroot/rsrc/css/core/remarkup.css