1
0
Fork 0

style: Force word-wrap on long words

This commit is contained in:
Eragon 2023-06-19 23:33:39 +02:00 committed by Lephenixnoir
parent 92036a3d20
commit 613a46c8fe
Signed by untrusted user: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,7 @@ pre {
max-height: 90vh;
overflow: auto;
word-wrap: normal;
word-break: keep-all;
word-break: break-word;
white-space: pre-wrap;
justify-self: flex-start;
}
@ -118,6 +118,9 @@ pre {
.message .message-content {
flex-grow: 1;
margin: 0;
word-wrap: normal;
word-break: break-word;
white-space: pre-wrap;
}
.message .message-date {