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:
parent
fc57dd624a
commit
11eea36e32
|
@ -194,6 +194,7 @@ table td {
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
border: 0.5em solid #F5F5DC;
|
border: 0.5em solid #F5F5DC;
|
||||||
margin: 0 0 0 0;
|
margin: 0 0 0 0;
|
||||||
|
white-space: normal; /* in case margin note is inside code sample */
|
||||||
}
|
}
|
||||||
|
|
||||||
.refcontent {
|
.refcontent {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user