-
Nicolas Werner authored
In the future we should probably add a gradient when clipped...
Nicolas Werner authoredIn the future we should probably add a gradient when clipped...
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
TextMessage.qml 346 B
import ".."
MatrixText {
property string formatted: model.data.formattedBody
text: "<style type=\"text/css\">a { color:"+colors.link+";}</style>" + formatted.replace("<pre>", "<pre style='white-space: pre-wrap'>")
width: parent ? parent.width : undefined
height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined
clip: true
}