Additional Comments or Work Notes removing spaces after saving.Issue Steps to Reproduce: 1. Hop to any instance2. Navigate to any incident.3. Type something in Work notes or Additional Comments with more spaces in between Example: ABC PQR XYZ "AAABBBCCCDDD ZZZ 2022-11-17 16:17:04"4. Save the record.5. Observe it removes the spaces.CauseThis is expected behavior. HTML type fields cannot preserve spaces inside content unless the content is wrapped in a <pre></pre> tag.ResolutionIf a user wants to preserve spacing, they can either wrap the content using code tags, or use the rich text editor to do the same.Users can wrap content like this: [code]<pre> Your message </pre>[/code] Example: [code]<pre> ABC XYZ</pre>[/code]