Wrap text in inline pre

This commit is contained in:
Alexey Golub 2017-10-25 23:37:18 +03:00
parent 1d7264a71b
commit 75e8d59cc3
2 changed files with 3 additions and 1 deletions

View file

@ -26,7 +26,7 @@ span.pre {
font-family: Consolas, Courier New, Courier, Monospace;
padding-left: 2px;
padding-right: 2px;
white-space: pre;
white-space: pre-wrap;
}
div#info {

View file

@ -18,6 +18,7 @@ div.pre {
font-family: Consolas, Courier New, Courier, Monospace;
margin-top: 4px;
padding: 8px;
white-space: pre;
}
span.pre {
@ -25,6 +26,7 @@ span.pre {
font-family: Consolas, Courier New, Courier, Monospace;
padding-left: 2px;
padding-right: 2px;
white-space: pre-wrap;
}
div#info {