fix(chatMessages): line breaks in message were not respected when pasting text
Closes #3510
This commit is contained in:
parent
ada9501fb9
commit
63d56aba12
|
@ -50,7 +50,7 @@ QtObject {
|
|||
|
||||
function getMessageWithStyle(msg, isCurrentUser, hoveredLink = "") {
|
||||
return `<style type="text/css">` +
|
||||
`p, img, a, del, code, blockquote { margin: 0; padding: 0; }` +
|
||||
`img, a, del, code, blockquote { margin: 0; padding: 0; }` +
|
||||
`code {` +
|
||||
`font-family: ${Style.current.fontCodeRegular.name};` +
|
||||
`font-weight: 400;` +
|
||||
|
|
Loading…
Reference in New Issue