Files
pytorch/functorch/docs/source/_static/css/jit.css
Richard Zou 24a91e4115 [functorch] Docs build (pytorch/functorch#227)
cd into docs/ and run `make html` and view the html in build/html
2022-07-21 13:41:09 -07:00

5 lines
75 B
CSS

.codeblock-height-limiter {
max-height: 500px;
overflow: scroll;
}