fix(base/index.css): footnote style scoping

This commit is contained in:
Cory Dransfeldt 2025-04-14 10:29:58 -07:00
parent e8a3df3334
commit 88266d9414
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

View file

@ -373,11 +373,11 @@ article {
--sizing-svg: var(--sizing-svg-sm);
}
}
}
.footnotes ol p,
.footnotes-list p {
display: inline;
}
.footnotes ol p,
.footnotes-list p {
display: inline;
}
/* tables */