Make table of contents lines wrap

This commit is contained in:
Danila Fedorin 2023-01-01 14:32:21 -08:00
parent 84274f5c08
commit efa9da8cd1
1 changed files with 4 additions and 0 deletions

View File

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