mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
KaTeX: Fix bug with embedded SVGs
See https://github.com/Jermolene/TiddlyWiki5/issues/2500#issuecomment-489976530
This commit is contained in:
parent
ff85fcfe93
commit
94d18a2f18
@ -13,6 +13,12 @@ tags: [[$:/tags/Stylesheet]]
|
||||
text-rendering: auto;
|
||||
}
|
||||
|
||||
/* Avoid TW5's max-width: 100% */
|
||||
|
||||
.katex svg {
|
||||
max-width: initial;
|
||||
}
|
||||
|
||||
/* Override font URLs */
|
||||
|
||||
@font-face {
|
||||
|
Loading…
Reference in New Issue
Block a user