fix page break in <pre> boxes

This commit is contained in:
2017-06-14 17:07:03 +02:00
parent 13d1fb2ca0
commit bf29238762

View File

@ -20,6 +20,7 @@ pre {
border:1px solid #000000;
white-space:pre;
margin:2ex;
page-break-inside:avoid;
}
kbd {