Skip to content
Snippets Groups Projects
Commit aef76db6 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: Minor styling changes

parent e97210c1
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@
<button type="button" class="btn btn-primary">+</button>
</router-link>
</div>
<div v-if="observationsExist()" class="bg-light">
<div v-if="observationsExist()" class="bg-light mt-2">
<ul class="list-group bg-light" v-if="isInitialized">
<!-- TODO: Remove the sync status classes (v-bind:class). Do it after sync has been automatized -->
<router-link :to="{name: 'Observation', params: {observationId:obs.observationId}}"
......@@ -62,7 +62,7 @@
</ul>
</div>
<div v-else class="alert alert-info" role="alert">{{ $t("observationlist.alert.emptylist")}}</div>
<div v-else class="alert alert-info mt-2" role="alert">{{ $t("observationlist.alert.emptylist")}}</div>
<common-util ref="CommonUtil" />
<sync ref="Sync" />
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment