allow line wrapping for pre style

This commit is contained in:
controlol 2021-10-31 21:48:08 +01:00
parent 289d33c28a
commit 9024466e6b

View File

@ -39,4 +39,8 @@ body {
padding: 0;
margin: 0;
box-sizing: border-box;
}
pre {
white-space: pre-wrap;
}