mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-16 21:36:56 +01:00
Add padding to MathJax display environments.
The last half line or so for display enviorments was cut off.
This commit is contained in:
parent
363c1d6497
commit
5f979a7c27
1 changed files with 7 additions and 6 deletions
|
@ -278,7 +278,8 @@ details[open] summary {
|
|||
font-size: 100%;
|
||||
background: inherit;
|
||||
border: inherit;
|
||||
max-width: 45rem;
|
||||
padding-bottom: 1rem;
|
||||
/* max-width: 45rem; */
|
||||
overflow-x: auto;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue