NotificationArea: Allow wrapping of message text to avoid rendering issues with long messages

This commit is contained in:
Abdullah Tahiri
2023-03-15 14:10:27 +01:00
committed by abdullahtahiriyo
parent dafcb0b64e
commit 3ece84fd9d

View File

@@ -882,7 +882,7 @@ void NotificationArea::showInNotificationArea()
QString msgw =
QString::fromLatin1(
"<style>p { margin: 0 0 0 0 } td { padding: 0 15px }</style> \
<p style='white-space:nowrap'> \
<p style='white-space:normal'> \
<table> \
<tr> \
<th><small>%1</small></th> \