This commit is contained in:
semanticdata 2024-07-07 17:25:20 -05:00
commit 4c539f6356

View File

@ -47,10 +47,22 @@ ul,
.math {
color: var(--darkgray);
fill: var(--darkgray);
overflow-wrap: anywhere;
hyphens: auto;
}
p,
ul,
text,
a,
li,
ol,
ul,
.katex,
.math {
overflow-wrap: anywhere;
/* tr and td removed from list of selectors for overflow-wrap, allowing them to use default 'normal' property value */
}
.math {
&.math-display {
text-align: center;