Clicking on a code sample from search results puts the code all on one line
Hello friends
I'm using RH 2017 (13.0.2.334). I'm running into an odd problem. I have a fairly long code sample in a topic. In the generated output (Reponsive HTML5), RoboHelp is often putting everything in the code sample on one line when I click on the topic from the search results.
It looks really bad, like this:

However, when I click on the topic from the TOC, or use the Next / Prev buttons to arrive at the topic, it looks fine, like this:

The problem occurs only when clicking on the topic link from search results.
The code sample in question has this structure:
<div class="ExampleLong">
<pre>
<code>
Code Stuff Here
</code>
</pre>
</div>
It seems like a RoboHelp bug to me. Has anyone else seen or been able to duplicate this?
I tried adding in a style definition in my CSS file for the pre tag to see if that would help.
It made no difference.
