fix: improve codeblock wrapping (#6440)

This commit is contained in:
Alexander Onnikov 2024-08-29 14:56:09 +07:00 committed by GitHub
parent 376ffb0b28
commit bcb71edb99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -364,6 +364,8 @@ table.proseTable {
pre.proseCodeBlock {
white-space: pre-wrap;
word-wrap: break-word;
word-break: normal;
}
// Fixes for MessageViewer