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