fix text wrapping of margin notes within code samples (#63)

Code samples use `pre`, which will cascade into the margin note unless stopped.
This commit is contained in:
Matthew Butterick 2016-11-03 10:26:46 -07:00 committed by Sam Tobin-Hochstadt
parent fc57dd624a
commit 11eea36e32

View File

@ -194,6 +194,7 @@ table td {
font-size: 85%;
border: 0.5em solid #F5F5DC;
margin: 0 0 0 0;
white-space: normal; /* in case margin note is inside code sample */
}
.refcontent {