mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-31 01:00:24 -05:00
Padding needed for messages as well
This commit is contained in:
parent
9936c302d2
commit
c08e37168b
@ -136,7 +136,7 @@ class ChatWidget(QWidget):
|
||||
html = f'<div style="{style}">{msg_html}</div>'
|
||||
if details:
|
||||
html += f"<pre>{_('Details:')}\n{escape(details)}</pre>"
|
||||
self.current_message = html
|
||||
self.current_message = f'<table width="100%" cellpadding="2"><tr><td>{html}</td></tr></table>'
|
||||
self.re_render()
|
||||
|
||||
def clear(self) -> None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user