diff options
-rw-r--r-- | css/third-party.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/third-party.css b/css/third-party.css index 454ef1f..337e1c7 100644 --- a/css/third-party.css +++ b/css/third-party.css @@ -13,3 +13,10 @@ body { "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } + +/* https://stackoverflow.com/a/40032327 */ +pre { + white-space: pre-wrap; + word-wrap: break-word; + text-align: justify; +} |