From 61508441c4b9b3b1f751eb0a074318e9a6c8ee9f Mon Sep 17 00:00:00 2001 From: Oscar Date: Wed, 15 Jan 2020 16:19:56 +0100 Subject: [PATCH] fix(table of content): use break-inside --- assets/css/structures/_table-of-content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/structures/_table-of-content.scss b/assets/css/structures/_table-of-content.scss index 683b5b75..a459f3e0 100644 --- a/assets/css/structures/_table-of-content.scss +++ b/assets/css/structures/_table-of-content.scss @@ -1,3 +1,3 @@ .toc__list-item { - page-break-inside: avoid; + break-inside: avoid; }