mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-19 14:55:31 +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;
|
padding: .5rem;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
|
}
|
||||||
|
|
||||||
pre { white-space: pre-wrap; }
|
pre.proseCodeBlock {
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fixes for MessageViewer
|
// Fixes for MessageViewer
|
||||||
|
Loading…
Reference in New Issue
Block a user