Skip to content

Commit

Permalink
fix layout regression in respondent search. Change AddRespondentForm.…
Browse files Browse the repository at this point in the history
…vue to use normal stepper instead of vertical. Closes #462
  • Loading branch information
wyattis committed Aug 22, 2022
1 parent 83cb842 commit 6b08e78
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 224 deletions.
6 changes: 3 additions & 3 deletions src/WebApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<span>{{$t('change_study')}}</span>
</v-tooltip>
</v-toolbar-title>
<v-spacer></v-spacer>
<v-spacer />
<v-tooltip left>
<template v-slot:activator="{ on, attrs }">
<v-btn
Expand Down Expand Up @@ -97,8 +97,8 @@
</v-card-actions>
</v-card>
</v-dialog>
<v-container fluid class="flex-grow-1 fill-height pa-0" v-if="!maintenanceMode">
<router-view class="route-container fill-height fade-in align-start" />
<v-container fluid class="flex-grow-1 fill-height pa-0 align-start" v-if="!maintenanceMode">
<router-view class="route-container fill-height fade-in align-start align-content-start" />
</v-container>
<v-container fluid class="fill-height align-start" v-else>
<Maintenance v-model="maintenanceMode" />
Expand Down
Loading

0 comments on commit 6b08e78

Please sign in to comment.