Style: only show scrollbar on code elements if needed.
This commit is contained in:
parent
51047a9df5
commit
a2e41f497e
@ -132,7 +132,7 @@ code {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
max-width: 95%;
|
max-width: 95%;
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user