Ensure pre tag has a scroll when necessary.

This commit is contained in:
Bradley M. Kuhn 2015-03-21 16:27:53 -04:00
parent 0dc6e0bd1d
commit 79eae5e62d

View file

@ -353,6 +353,9 @@ img.inside-faq {
width: auto;
overflow: scroll;
}
pre {
overflow: auto;
}
/* Make dl's ( such as for FAQ entries) look nice on screens, both big and small. */