Skip to content

Commit

Permalink
docs: set max height for outputs (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan authored Nov 14, 2024
1 parent 6d96af5 commit eeda106
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ a:visited {
html.writer-html4 .rst-content dl:not(.docutils) > dt, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) > dt {
color: #7fa866
}

.rst-content div[class^="highlight"] pre {
max-height: 600px;
}

0 comments on commit eeda106

Please sign in to comment.