Skip to content
Snippets Groups Projects
Commit 68e5a8e8 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix stepper header wrapping

parent d1e66e9a
No related branches found
No related tags found
1 merge request!78Resolve "Rewrite registration wizard"
Pipeline #195993 passed
......@@ -24,7 +24,7 @@ import SecondaryActionButton from "aleksis.core/components/generic/buttons/Secon
<div v-else-if="event">
<h1 class="text-h4 mb-4">{{ event.displayName }}</h1>
<v-stepper v-model="step" class="mb-4">
<v-stepper-header>
<v-stepper-header class="flex-nowrap">
<template v-for="(stepChoice, index) in steps">
<v-stepper-step :complete="step > index + 1" :step="index + 1" :key="stepChoice.name">
{{ $t(stepChoice.titleKey) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment