changeset 2827:fb7cc59f5e12

import_overview: increase table container max-height
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 27 Mar 2019 14:08:19 +0100
parents f7ae108c2838
children c2b90cb426ed
files client/src/components/importoverview/ImportOverview.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Wed Mar 27 13:43:41 2019 +0100
+++ b/client/src/components/importoverview/ImportOverview.vue	Wed Mar 27 14:08:19 2019 +0100
@@ -99,7 +99,7 @@
      -->
       <UITableBody
         :data="filteredImports() | sortTable(sortColumn, sortDirection)"
-        maxHeight="80vh"
+        maxHeight="90vh"
         v-slot="{ item: entry }"
       >
         <LogEntry :entry="entry"></LogEntry>