fix word-break

This commit is contained in:
Gabriel 2024-01-21 00:00:04 -05:00
parent a6d5c71eb8
commit 9f3107b6e7

View file

@ -160,8 +160,9 @@ article code>span {
} }
code, code,
pre { pre,
word-wrap: normal; a {
word-wrap: break-word;
white-space: break-spaces; white-space: break-spaces;
} }