fix(table of content): avoid breaks inside of list items

This commit is contained in:
Oscar
2020-01-15 16:13:23 +01:00
parent fdeeadc074
commit a0c65ee102
4 changed files with 15 additions and 11 deletions

View File

@ -181,6 +181,7 @@ th {
column-gap: var(--l-gap);
column-width: var(--auto-grid-min-size);
}
@import './structures/table-of-content';
.small-left-grid {
display: grid;