mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
5 lines
75 B
CSS
5 lines
75 B
CSS
.codeblock-height-limiter {
|
|
max-height: 500px;
|
|
overflow: scroll;
|
|
}
|