diff --git a/src/ProgressIndicator/ProgressStep.svelte b/src/ProgressIndicator/ProgressStep.svelte index 1366c627..8c662311 100644 --- a/src/ProgressIndicator/ProgressStep.svelte +++ b/src/ProgressIndicator/ProgressStep.svelte @@ -92,12 +92,14 @@ {:else} {/if} - -

{label}

-
- {#if secondaryLabel} -

{secondaryLabel}

- {/if} +
+ +

{label}

+
+ {#if secondaryLabel} +

{secondaryLabel}

+ {/if} +