Cyral/Bricklayer2

DOC: CSS: monospace text lines overlap

Opened this issue · 1 comments

The monospace text background padding in the docs pages overlap (screenshot attached).

Sphinx makes managing documentation really easy.
https://github.com/yoloseem/awesome-sphinxdoc

screenshot from 2018-02-26 11-36-38

It looks like this will fix the text overlap:

article pre > code {
    /* padding: 8px !important; */
}