fix(table of content): use break-inside

This commit is contained in:
Oscar 2020-01-15 16:19:56 +01:00
parent 7a04c5fa6f
commit 61508441c4

View File

@ -1,3 +1,3 @@
.toc__list-item {
page-break-inside: avoid;
break-inside: avoid;
}