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