7 lines
95 B
CSS
7 lines
95 B
CSS
/* Styles for the JSON console */
|
|
|
|
div#console > pre {
|
|
height: 60ex;
|
|
overflow: auto;
|
|
}
|