Closed
Description
In the following example, only the text with checkmarks is displayed in the correct style used for definition lists that have single paragraphs. The rest of the text is not displayed correctly and uses a larger font.
This was an problem discussed in the #techpubs channel a while back and there was a reference someone made to an existing issue. I couldn't find the issue in this repo, though, so I opened this one here. If an issue already exists, please close this one.
I did some very basic preliminary investigation and it looks like the troublesome multi-paragraph text is enclosed in <p class="simpara">
</p>
tags inside the <dd></dd>
tags that have a different CSS style than when just plain
<p>
taga in the Chrome dev tools (1), the style is correct:
That's as far as I got.