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