Compare commits

...

1 Commits

Author SHA1 Message Date
efa9da8cd1 Make table of contents lines wrap 2023-01-01 14:32:21 -08:00

View File

@@ -12,6 +12,7 @@ $toc-border-color: $code-border-color;
flex-direction: column; flex-direction: column;
align-items: flex-end; align-items: flex-end;
margin-bottom: 1rem; margin-bottom: 1rem;
text-align: left;
em { em {
font-style: normal; font-style: normal;
@@ -37,6 +38,9 @@ $toc-border-color: $code-border-color;
a { a {
padding: 0; padding: 0;
white-space: normal;
margin-left: 0.5rem;
text-indent: -0.5rem;
} }
div.wrapper { div.wrapper {