From 7f0dca502af0ff456468ae69bfd016cace5763f3 Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Sat, 6 Jul 2019 12:42:46 -0400 Subject: [PATCH] Fixed a word-wrap problem --- static/css/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/styles.css b/static/css/styles.css index 7e89d72..98f3b16 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -42,6 +42,7 @@ a:hover { .highlight pre { margin: 0px; overflow-x: auto; + word-wrap: normal; } .highlight .lntable td:last-child { @@ -217,6 +218,7 @@ body { .body-content { margin: 15pt; + word-wrap: break-word; } /* Image/Figure formatting */