amaranth/docs/_static/custom.css

6 lines
256 B
CSS
Raw Normal View History

/* 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; }