Add a horizontal scrollbar to <pre> blocks that are too long to fit in the viewable window
This commit is contained in:
parent
0a47c34181
commit
19368f24c1
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ pre {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol.setup {
|
ol.setup {
|
||||||
|
|
Loading…
Reference in a new issue