fix: responsive long url in plaintext

This commit is contained in:
MickGe 2024-11-21 22:49:00 +01:00 committed by GitHub
parent eaa72ab41a
commit ab9d9416d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -87,6 +87,10 @@ body.loading {
word-wrap: break-word;
}
#plaintext > a {
word-wrap: break-word;
}
#message {
height: 70dvh;
}

View File

@ -32,6 +32,10 @@
word-wrap: break-word;
}
#plaintext > a {
word-wrap: break-word;
}
#message {
height: 70dvh;
}