fix: render mhchem reaction arrows correctly

This commit is contained in:
rcmerci
2026-05-07 10:48:43 +08:00
parent 5301d39f07
commit a772e6582b

View File

@@ -1106,8 +1106,8 @@ html.is-mac {
}
.katex svg {
width: initial;
height: initial;
width: 100%;
height: inherit;
}
.math-block {
@apply w-full;