1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 06:13:17 +00:00

KaTeX: Fix bug with embedded SVGs

See https://github.com/Jermolene/TiddlyWiki5/issues/2500#issuecomment-489976530
This commit is contained in:
Jeremy Ruston 2019-05-11 17:31:35 +01:00
parent ff85fcfe93
commit 94d18a2f18

View File

@ -13,6 +13,12 @@ tags: [[$:/tags/Stylesheet]]
text-rendering: auto; text-rendering: auto;
} }
/* Avoid TW5's max-width: 100% */
.katex svg {
max-width: initial;
}
/* Override font URLs */ /* Override font URLs */
@font-face { @font-face {