diff --git a/src/ProgressIndicator/ProgressStep.svelte b/src/ProgressIndicator/ProgressStep.svelte index d3cde4ea..57446ff2 100644 --- a/src/ProgressIndicator/ProgressStep.svelte +++ b/src/ProgressIndicator/ProgressStep.svelte @@ -95,12 +95,14 @@ {:else} {/if} - -

{label}

-
- {#if secondaryLabel} -

{secondaryLabel}

- {/if} +
+ +

{label}

+
+ {#if secondaryLabel} +

{secondaryLabel}

+ {/if} +