I am using the html code as follows to show the bootstrap popover
We managed to use the styling of white-space: pre-wrap except we found that added extra whitespace to the whole pop-over. Instead we added this styling to the popover-content.
.popover-content { white-space: pre-wrap; }