mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
4 lines
75 B
CSS
4 lines
75 B
CSS
.codeblock-height-limiter {
|
|
max-height: 500px;
|
|
overflow: scroll;
|
|
}
|