Merge pull request #3037 from dpalou/MOBILE-3895

MOBILE-3895 mathjax: Add overflow to block equations
main
Pau Ferrer Ocaña 2021-12-23 08:45:35 +01:00 committed by GitHub
commit 0dc79f383d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -211,6 +211,12 @@ core-format-text {
.core-format-text-content .filter_mathjaxloader_equation .MathJax_Preview a {
pointer-events: none;
}
.MathJax_SVG_Display {
overflow-x: auto;
margin: 0;
padding: 10px 0;
}
}
@keyframes loading {