Remove scrollbar from codeblocks
This commit is contained in:
parent
c865c2fb89
commit
cc69e04d99
@ -4,3 +4,7 @@
|
|||||||
.token.prolog {
|
.token.prolog {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre[class*="language"], code[class*="language"] {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user