Spaces:
Running
Running
File size: 241 Bytes
1cf1e13 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
#yml_code {
height: 600px;
flex-grow: inherit;
overflow-y: auto;
}
#json_code {
height: 600px;
flex-grow: inherit;
overflow-y: auto;
}
#gpu_code {
height: 300px;
flex-grow: inherit;
overflow-y: auto;
}
|