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

(previous commit didn't work properly it seems)
This commit is contained in:
JC Brand 2022-09-28 11:15:39 +02:00
parent 36cb7a644e
commit 3720092c09

View File

@ -165,6 +165,9 @@
flex-direction: column;
width: 100%;
overflow-wrap: break-word;
span {
overflow-y: hidden;
}
}
.chat-msg__edit-modal {
@ -183,7 +186,6 @@
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-word;
overflow-y: hidden;
a {
word-wrap: break-word;
word-break: break-all;