mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
fix: wrap lines in codeblock (#6406)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
f1d2d4512c
commit
0019dbb68a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user