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