Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Add space to date and context fields of EditExposureContact component
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrandes committed May 9, 2020
1 parent f80e52c commit 7ed93da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/src/components/EditExposureContact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</a-row>
<a-row>
<!-- When and How -->
<a-col :md="12" :sm="24">
<a-col :md="11" :sm="24">
<a-form-item label="Datum des Kontakts"
:selfUpdate="true">
<date-input
Expand All @@ -56,7 +56,8 @@
}]"/>
</a-form-item>
</a-col>
<a-col :md="12" :sm="24">
<a-col :md="2" :sm="0"></a-col>
<a-col :md="11" :sm="24">
<a-form-item label="Umgebung / Kontext"
:selfUpdate="true">
<a-auto-complete
Expand Down

0 comments on commit 7ed93da

Please sign in to comment.