diff --git a/ts/components/TitledContainer.svelte b/ts/components/TitledContainer.svelte index 185f2cc0d..e65f1441f 100644 --- a/ts/components/TitledContainer.svelte +++ b/ts/components/TitledContainer.svelte @@ -64,6 +64,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html } } transition: box-shadow 0.2s ease-in-out; + page-break-inside: avoid; } h1 { border-bottom: 1px solid var(--border); diff --git a/ts/graphs/Graph.svelte b/ts/graphs/Graph.svelte index 530376c0f..fb8f2b177 100644 --- a/ts/graphs/Graph.svelte +++ b/ts/graphs/Graph.svelte @@ -21,8 +21,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html