Fix styling issue with toc and search regression

This commit is contained in:
2026-04-20 12:48:10 -05:00
parent 72f8eee9cd
commit f4f3cb4e91
3 changed files with 22 additions and 9 deletions

View File

@@ -1,5 +1,10 @@
details.toc {
padding-bottom: var(--space-m);
}
.toc {
& ol {
margin-bottom: 0;
margin-top: 0;
padding-left: var(--space-m);
}