word break please
This commit is contained in:
parent
02adb896ef
commit
4fa61e5cea
|
@ -56,6 +56,13 @@ table.results { margin-top: 1em;
|
||||||
font-size: smaller; }
|
font-size: smaller; }
|
||||||
|
|
||||||
img { max-width: 100%; }
|
img { max-width: 100%; }
|
||||||
|
code, pre {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Header and footer lines. */
|
/* Header and footer lines. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue