diff --git a/ts/routes/deck-options/TabbedValue.svelte b/ts/routes/deck-options/TabbedValue.svelte index 4f94c047e..87dc4ed2c 100644 --- a/ts/routes/deck-options/TabbedValue.svelte +++ b/ts/routes/deck-options/TabbedValue.svelte @@ -55,6 +55,9 @@ width: 100%; display: flex; flex-wrap: nowrap; + &:has(li:nth-child(3)) { + justify-content: space-between; + } justify-content: space-around; padding-inline: 0; margin-bottom: 0.5rem;