Show a scrollbar for source block if they're too wide
This commit is contained in:
parent
a7ca56f5fa
commit
e6a9b8a47c
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
@import "colors";
|
||||
|
||||
pre.src {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
max-width: 60rem;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in a new issue