Tweak print style for <pre>

This commit is contained in:
Magnus Hoff 2017-11-21 11:54:13 +01:00
parent 07c3f4204f
commit 98a8dd8aca

View file

@ -469,6 +469,11 @@ input[type="search"] {
text-align: justify;
}
pre {
overflow: visible;
white-space: pre-wrap;
}
.search {
display: none;
}