Fix <pre> not wrapping
This commit is contained in:
parent
fa68fda5ac
commit
f408c5206c
|
@ -45,6 +45,10 @@ html {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
/* https://stackoverflow.com/a/248013 */
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
|
Loading…
Reference in New Issue