Fix code blocks not wrapping

This commit is contained in:
Xevion
2022-04-04 20:29:15 -05:00
parent dc73286b7c
commit 693d820e2b

View File

@@ -134,6 +134,7 @@ pre {
font-size: 1em;
border: 0;
background-color: transparent !important;
white-space: pre-wrap;
}
}