diff --git a/ts/deckoptions/DeckOptionsPage.svelte b/ts/deckoptions/DeckOptionsPage.svelte index 9838c2e84..90384cc44 100644 --- a/ts/deckoptions/DeckOptionsPage.svelte +++ b/ts/deckoptions/DeckOptionsPage.svelte @@ -57,37 +57,57 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - - - - - - - - - - - - - - - - {#if state.v3Scheduler} + + - + - {/if} - - - - - - - - - - - - + + + + + + + + + + + + + {#if state.v3Scheduler} + + + + {/if} + + + + + + + + + + + + + + + + + + + diff --git a/ts/deckoptions/TitledContainer.svelte b/ts/deckoptions/TitledContainer.svelte index 03c669f36..bc3870c4f 100644 --- a/ts/deckoptions/TitledContainer.svelte +++ b/ts/deckoptions/TitledContainer.svelte @@ -9,7 +9,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html export let api: Record | undefined = undefined; - + {title} @@ -21,4 +21,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html h1 { border-bottom: 1px solid var(--medium-border); } + + .container-fluid { + break-inside: avoid; + }