fix: wrap lines in codeblock (#6406)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2024-08-28 00:02:28 +07:00
committed by GitHub
parent f1d2d4512c
commit 0019dbb68a
+3 -1
View File
@@ -360,8 +360,10 @@ table.proseTable {
padding: .5rem;
user-select: text;
cursor: auto;
}
pre { white-space: pre-wrap; }
pre.proseCodeBlock {
white-space: pre-wrap;
}
// Fixes for MessageViewer