give pre a scrollbar on mobile
This commit is contained in:
parent
68d7366ddf
commit
5509453e21
1 changed files with 4 additions and 0 deletions
|
|
@ -140,4 +140,8 @@ button.active {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
overflow-x: scroll;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue