CSS fix: prevent zalgo text from going out of vertical bounds

This commit is contained in:
JC Brand 2022-09-28 11:01:36 +02:00
parent 6293efd8ee
commit 36cb7a644e

View File

@ -183,6 +183,7 @@
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-word;
overflow-y: hidden;
a {
word-wrap: break-word;
word-break: break-all;