Skip to content

Commit

Permalink
ISI-915
Browse files Browse the repository at this point in the history
  • Loading branch information
albrecht.schaenzel committed Oct 20, 2023
1 parent da5c831 commit 077ae71
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<v-row justify="center">
<v-col
cols="12"
md="12"
md="6"
>
<date-picker
id="bearbeitungsfrist_datepicker"
Expand All @@ -15,6 +15,11 @@
required
/>
</v-col>
<v-col
cols="12"
md="6"
>
</v-col>
</v-row>
<v-row justify="center">
<v-col
Expand Down
7 changes: 6 additions & 1 deletion frontend/src/components/abfragevarianten/CommonComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<v-row justify="center">
<v-col
cols="12"
md="12"
md="6"
>
<date-picker
id="satzungsbeschluss_datepicker"
Expand All @@ -34,6 +34,11 @@
@datePickerBlurred="datumSatzungsbeschlussChanged"
/>
</v-col>
<v-col
cols="12"
md="6"
>
</v-col>
</v-row>
<v-row justify="center">
<v-col
Expand Down

0 comments on commit 077ae71

Please sign in to comment.