Add scroll to code block
This commit is contained in:
@@ -4,7 +4,7 @@ XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
|
|||||||
|
|
||||||
.hljs {
|
.hljs {
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: auto;
|
overflow-x: scroll;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
background: #f3f3f3;
|
background: #f3f3f3;
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
Reference in New Issue
Block a user