diff client/src/components/importoverview/LogEntry.vue @ 2727:0fe0b3f1720f

client: import overview: several style fixes
author Markus Kottlaender <markus@intevation.de>
date Tue, 19 Mar 2019 14:00:06 +0100
parents 9465749410ba
children 0ab7985ef008
line wrap: on
line diff
--- a/client/src/components/importoverview/LogEntry.vue	Tue Mar 19 12:57:11 2019 +0100
+++ b/client/src/components/importoverview/LogEntry.vue	Tue Mar 19 14:00:06 2019 +0100
@@ -62,13 +62,11 @@
         </div>
       </div>
     </div>
-    <div class="ml-1 d-flex flex-row">
-      <LogDetail
-        :entry="entry"
-        :details="details"
-        v-if="show === entry.id"
-      ></LogDetail>
-    </div>
+    <LogDetail
+      :entry="entry"
+      :details="details"
+      v-if="show === entry.id"
+    ></LogDetail>
   </div>
 </template>