Try making code blocks scrollable.
This commit is contained in:
parent
1114b65e57
commit
4ed4290f67
@ -93,6 +93,12 @@
|
|||||||
/*border: 1px solid red;*/ /* FORTESTING otherwise disable */
|
/*border: 1px solid red;*/ /* FORTESTING otherwise disable */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
width: 90%;
|
||||||
|
overflow-x: scroll;
|
||||||
|
overflow-y: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: 1300px;
|
max-width: 1300px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user