Don't limit width of messages containing tables
This commit is contained in:
parent
ce9b739889
commit
dd63d1312a
|
@ -61,7 +61,7 @@ HRowLayout {
|
||||||
0
|
0
|
||||||
|
|
||||||
readonly property int maxMessageWidth:
|
readonly property int maxMessageWidth:
|
||||||
contentText.includes("<pre>") ?
|
contentText.includes("<pre>") || contentText.includes("<table>") ?
|
||||||
-1 :
|
-1 :
|
||||||
window.settings.maxMessageCharactersPerLine < 0 ?
|
window.settings.maxMessageCharactersPerLine < 0 ?
|
||||||
-1 :
|
-1 :
|
||||||
|
|
Loading…
Reference in New Issue
Block a user