changeset 2429:9bc34e1f002c

staging: optics
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 28 Feb 2019 17:26:59 +0100
parents 78d4ce079f9b
children 2a93a8649751
files client/src/components/importoverview/importlogs/Logs.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/importlogs/Logs.vue	Thu Feb 28 17:24:19 2019 +0100
+++ b/client/src/components/importoverview/importlogs/Logs.vue	Thu Feb 28 17:26:59 2019 +0100
@@ -20,7 +20,7 @@
         <translate>Warning</translate>
       </button>
     </div>
-    <div class="logdetails">
+    <div class="mt-3 logdetails">
       <div v-for="job in imports" :key="job.id" class="d-flex flex-row">
         <LogDetail :job="job"></LogDetail>
       </div>