Add padding to MathJax display environments.

The last half line or so for display enviorments was cut off.
This commit is contained in:
Shawn O'Hare 2016-02-20 12:12:33 -08:00
parent 363c1d6497
commit 5f979a7c27

View file

@ -278,7 +278,8 @@ details[open] summary {
font-size: 100%; font-size: 100%;
background: inherit; background: inherit;
border: inherit; border: inherit;
max-width: 45rem; padding-bottom: 1rem;
/* max-width: 45rem; */
overflow-x: auto; overflow-x: auto;
overflow-y: auto; overflow-y: auto;
} }