fix(portal): widen registration wizard sidebar from md-3 to md-4

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-10 22:07:29 +02:00
parent 04ceecc51d
commit 2764d3476f

View File

@@ -487,7 +487,7 @@ async function onSubmit() {
<VCol <VCol
v-if="mdAndUp" v-if="mdAndUp"
cols="12" cols="12"
md="3" md="4"
> >
<div class="pa-5 pt-8"> <div class="pa-5 pt-8">
<div <div
@@ -598,7 +598,7 @@ async function onSubmit() {
<!-- Step content --> <!-- Step content -->
<VCol <VCol
cols="12" cols="12"
:md="mdAndUp ? 9 : 12" :md="mdAndUp ? 8 : 12"
> >
<VCard <VCard
variant="flat" variant="flat"