mirror of
https://github.com/wassname/template.git
synced 2026-06-27 16:32:20 +08:00
Work around wrong baseline for math tags resulting from an overzealous contain optimization that became active in Chrome 71. Fixes #96.
This commit is contained in:
@@ -227,7 +227,7 @@ d-figure {
|
||||
/* KaTeX */
|
||||
|
||||
.katex, .katex-prerendered {
|
||||
contain: content;
|
||||
contain: style;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user