Tweak print style for <pre>
This commit is contained in:
parent
07c3f4204f
commit
98a8dd8aca
1 changed files with 5 additions and 0 deletions
|
@ -469,6 +469,11 @@ input[type="search"] {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
overflow: visible;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
.search {
|
.search {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue