Ensure pre tag has a scroll when necessary.
This commit is contained in:
parent
0dc6e0bd1d
commit
79eae5e62d
1 changed files with 3 additions and 0 deletions
|
@ -353,6 +353,9 @@ img.inside-faq {
|
||||||
width: auto;
|
width: auto;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* Make dl's ( such as for FAQ entries) look nice on screens, both big and small. */
|
/* Make dl's ( such as for FAQ entries) look nice on screens, both big and small. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue