Fix code block scrolling
This commit is contained in:
parent
1bbb124a8a
commit
bb666b1320
@ -154,4 +154,8 @@ video {
|
||||
hr {
|
||||
width: 100%;
|
||||
}
|
||||
pre {
|
||||
white-space: pre;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user