mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 12:55:59 +00:00
fix: improve codeblock wrapping (#6440)
This commit is contained in:
parent
376ffb0b28
commit
bcb71edb99
@ -364,6 +364,8 @@ table.proseTable {
|
|||||||
|
|
||||||
pre.proseCodeBlock {
|
pre.proseCodeBlock {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fixes for MessageViewer
|
// Fixes for MessageViewer
|
||||||
|
Loading…
Reference in New Issue
Block a user