Make table of contents lines wrap
This commit is contained in:
parent
84274f5c08
commit
efa9da8cd1
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user