give pre a scrollbar on mobile

This commit is contained in:
Jordan Scales 2020-04-21 21:20:58 -04:00
parent 68d7366ddf
commit 5509453e21

View file

@ -140,4 +140,8 @@ button.active {
display: block;
margin-top: 24px;
}
pre {
overflow-x: scroll;
}
}