change setting for HTML pre element: show scrollbars only if necessary
This commit is contained in:
parent
91cdcc2c06
commit
b5b2fa5f58
1 changed files with 3 additions and 2 deletions
|
@ -52,9 +52,10 @@ a[href]:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
padding: 0.2em;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
background-color: #f4f4f4;
|
background-color: #f8f8f8;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
max-height: 35em;
|
max-height: 35em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue