DOC: CSS: monospace text lines overlap
Opened this issue · 1 comments
westurner commented
The monospace text background padding in the docs pages overlap (screenshot attached).
Sphinx makes managing documentation really easy.
https://github.com/yoloseem/awesome-sphinxdoc
- https://github.com/djungelorm/sphinx-csharp
sphinx-quickstart
generates a Makefile and a conf.py- sphinx docs written in ReStructuredText (OR Markdown) can be hosted by https://readthedocs.org/
westurner commented
It looks like this will fix the text overlap:
article pre > code {
/* padding: 8px !important; */
}