diff client/src/components/importoverview/LogEntry.vue @ 2601:b9523d876d01

overview2 WIP
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 12 Mar 2019 14:47:14 +0100
parents 61aba7e78d3a
children 11fd7ee37f10
line wrap: on
line diff
--- a/client/src/components/importoverview/LogEntry.vue	Tue Mar 12 14:22:42 2019 +0100
+++ b/client/src/components/importoverview/LogEntry.vue	Tue Mar 12 14:47:14 2019 +0100
@@ -1,6 +1,6 @@
 <template>
   <div>
-    <div class="d-flex flex-row text-left">
+    <div class="logentry d-flex flex-row text-left">
       <font-awesome-icon
         v-if="entry.id === show"
         @click="toggleDetails"
@@ -132,6 +132,9 @@
 </script>
 
 <style lang="scss" scoped>
+.logentry {
+}
+
 .kind {
   width: 10%;
 }