Sets flex-wrap: nowrap to allow for "overflowing" TOC when too wide.
Swizzles the TOCItems component into @apify/docs-theme. Uses a hack with ::before pseudoclass to reserve space for the bold TOC items, so the element width doesn't change on selection.
Sets
flex-wrap: nowrap
to allow for "overflowing" TOC when too wide.Swizzles the
TOCItems
component into@apify/docs-theme
. Uses a hack with::before
pseudoclass to reserve space for the bold TOC items, so the element width doesn't change on selection.Closes #1188