Removing spacing before long words

HTML

<p>When the ransomware is done encrypting your files it will open the ransom note called&nbsp;<strong>!Where_are_my_files!.html</strong>&nbsp;as shown above. This ransom note will contain instructions stating developer at the uTox address F12CCE864152DA1421CE717710EC61A8BE2EC74A712051447BAD56D1A473194BE7FF86942D3E.</p>

CSS

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}