word wrapping fix

This commit is contained in:
zhanshi 2025-03-04 21:05:06 +01:00
parent cc57a49e62
commit b0b07fb590

View file

@ -11,6 +11,8 @@
pre { pre {
font-family: inherit; font-family: inherit;
white-space: pre-wrap;
word-wrap: break-word;
} }
img { img {