Activities stream shows content with wrong alignmentIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Activity stream of a task record was showing its content with wrong alignment as shown in the below screenshot, Release Any supported release. Cause On the affected task record, there was a html field exist, which was dot-walked from anther table. This html field had a data which had a html style hardcoded in it. This hardcoded html style was overriding the activity stream's platform style, then eventually causing the alignment issue. Resolution If the additional hardcoded styles within the html field can be removed, please remove it from the html source of html field on the affected task record.If that is not an option, then consider removing the offending html field from the "Default" view form layoutIf that is not an option, then define a new section within "default" view to include the "Activity formatter" and journal fields in it, not include "the offending html field with it, OR you can have offending html field on the main section itself where "Activity formatter" doesn't exists. Additional Information Activity streams HTML field type