changeset 2934:cfa0adbfce63

import_overview: adjust layout height
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 04 Apr 2019 15:20:32 +0200
parents a5642ee4c6d0
children 7380c972a53e
files client/src/components/Contextbox.vue client/src/components/importoverview/ApprovedGaugeMeasurementDetail.vue client/src/components/importoverview/ImportOverview.vue
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Contextbox.vue	Thu Apr 04 14:08:01 2019 +0200
+++ b/client/src/components/Contextbox.vue	Thu Apr 04 15:20:32 2019 +0200
@@ -85,6 +85,7 @@
 
 .contextboxextended {
   max-width: 660px;
+  max-height: 95vh;
 }
 
 .close-contextbox {
--- a/client/src/components/importoverview/ApprovedGaugeMeasurementDetail.vue	Thu Apr 04 14:08:01 2019 +0200
+++ b/client/src/components/importoverview/ApprovedGaugeMeasurementDetail.vue	Thu Apr 04 15:20:32 2019 +0200
@@ -85,7 +85,6 @@
 <style lang="sass" scoped>
 .diffs
   width: 100%
-  max-height: 20vh
   overflow-y: auto
   > div
     border-top: dashed 1px #dee2e6
--- a/client/src/components/importoverview/ImportOverview.vue	Thu Apr 04 14:08:01 2019 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Thu Apr 04 15:20:32 2019 +0200
@@ -78,7 +78,7 @@
       <UITableBody
         :data="filteredImports() | sortTable(sortColumn, sortDirection)"
         :isActive="item => item.id === this.show"
-        maxHeight="73vh"
+        maxHeight="70vh"
       >
         <template v-slot:row="{ item: entry }">
           <LogEntry :entry="entry"></LogEntry>