Keep <pre> blocks within card

This commit is contained in:
Jeremy Dormitzer 2018-02-01 16:57:40 -07:00
parent 09a982ba05
commit b644c8a7ba
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320

View File

@ -231,6 +231,10 @@ html, body {
padding: 0;
}
pre {
overflow: scroll;
}
#sidebar {
height: 100%;
background-color: #ededf0;