amaranth/docs/_static/custom.css
2020-07-05 23:39:47 +00:00

6 lines
256 B
CSS

/* Some of our section titles are looong */
.wy-menu-vertical { width: 340px; }
/* Many of our diagnostics are even longer */
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre { white-space: pre-wrap; }