Fixed a word-wrap problem

This commit is contained in:
Steven Engler 2019-07-06 12:42:46 -04:00
parent 423e7f6272
commit 7f0dca502a

View File

@ -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 */