mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-19 19:09:03 +00:00
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…
x
Reference in New Issue
Block a user