changeset 2834:f91ee5d2c58a

client: import overview: fixed height
author Markus Kottlaender <markus@intevation.de>
date Wed, 27 Mar 2019 15:57:17 +0100
parents 1b6840093eac
children 202a153a3361
files client/src/components/importoverview/ImportOverview.vue
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Wed Mar 27 15:39:52 2019 +0100
+++ b/client/src/components/importoverview/ImportOverview.vue	Wed Mar 27 15:57:17 2019 +0100
@@ -99,7 +99,7 @@
      -->
       <UITableBody
         :data="filteredImports() | sortTable(sortColumn, sortDirection)"
-        maxHeight="90vh"
+        maxHeight="73vh"
         v-slot="{ item: entry }"
       >
         <LogEntry :entry="entry"></LogEntry>
@@ -444,9 +444,6 @@
 </script>
 
 <style lang="scss" scoped>
-.overview {
-  max-height: 90vh;
-}
 .date {
   font-stretch: condensed;
 }