Wrap text in pre tags
This commit is contained in:
parent
7bd875004f
commit
85aae9408b
@ -1,6 +1,6 @@
|
|||||||
import ".."
|
import ".."
|
||||||
|
|
||||||
MatrixText {
|
MatrixText {
|
||||||
text: model.formattedBody
|
text: model.formattedBody.replace("<pre>", "<pre style='white-space: pre-wrap'>")
|
||||||
width: parent ? parent.width : undefined
|
width: parent ? parent.width : undefined
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user