This commit https://quickgit.kde.org/?p=kdepim-addons.git&a=commitdiff&h=cab925e9d4769762ea0080d49f392022cd8e78dd broke the messageviewer theme. The change: -#kmailContent { +div#headerbox #kmailContent { forces the kmailContent div to be a child of the headerbox div which is not the case, they are siblings. Therefore the styles don't get applied to the kmailContent div. Reproducible: Always Steps to Reproduce: 1. Open A Email Actual Results: No margin and padding for the message body. Expected Results: Nicely styled body
I confirm it.
This got fixed via https://quickgit.kde.org/?p=kdepim-addons.git&a=commit&h=876663ce7d4d1873b1d7b4b8ee389546e27c7e3d The commit just references the wrong bug report.