hyperledger/fabric

Prerequisites doc page's content is partly occluded by navigator in rel-2.5

lir2002 opened this issue · 1 comments

Description

The issue persists in https://hyperledger-fabric.readthedocs.io/en/release-2.5/prereqs.html#windows, where readers can't view left part of each line.
image

Steps to reproduce

No response

Embedded div elements cause the issue. The ending </div> are expected to be encapsulated in the second level section, however, they are in the third level section. Consequently, the second level div and section break each other. If we manually switch the ending </div> and </section>, the page could be fixed.
image
However, the html page is generated with Sphinx , and human intervention is not expected. Therefore I would suggest remove the div elements from the markdown.