Steps to Reproduce:
- Go to https://www.mediawiki.org/wiki/Special:TemplateSandbox?text=%3Cdiv%20style=%22float:left;height:500px;width:5em;border:solid;%22%3EAAA%3C/div%3E&page=API
- Press "View"
Actual Results:
The parser report appears beside the parser output, making the page confusing to look at.
Expected Results:
The parser report should appear below the parser output.
It should look similar to https://www.mediawiki.org/wiki/Special:TemplateSandbox?text=%3Cdiv%20style=%22height:500px;width:5em;border:solid;%22%3EAAA%3C/div%3E&page=API.
Solution:
The div.limitreport element should have the CSS clear: both; applied to it to prevent it from interfering with floating elements in the parser output.