Update print.css
- Text within the pre element is now printed completely by line break
This commit is contained in:
parent
4122cfa13a
commit
cfc7fa2d9c
@ -63,9 +63,10 @@ pre {
|
|||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
font-size: 70%;
|
font-size: 70%;
|
||||||
border: 1px dotted #333;
|
border: 1px dotted #333;
|
||||||
white-space: pre-line;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
text-overflow: ellipsis
|
text-overflow: ellipsis;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-break: break-all
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-comments { display: none }
|
.link-comments { display: none }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user