summary refs log tree commit diff
path: root/resources/qml/delegates/TextMessage.qml
blob: 92ba560b7ee22f319755cf82664adbe3dc35be3a (plain) (blame)
1
2
3
4
5
6
import ".."

MatrixText {
	text: model.data.formattedBody.replace("<pre>", "<pre style='white-space: pre-wrap'>")
	width: parent ? parent.width : undefined
}