7 lines
106 B
CSS
7 lines
106 B
CSS
textarea, .cbi-value textarea
|
|
{
|
|
white-space: pre;
|
|
overflow-x: auto;
|
|
font-family: monospace;
|
|
}
|