changeset 2427:171ea4b5e8dc

staging_area: more space for logs
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 28 Feb 2019 16:52:45 +0100
parents 53323f701cf3
children 78d4ce079f9b
files client/src/components/Contextbox.vue client/src/components/importoverview/importlogs/Logs.vue
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Contextbox.vue	Thu Feb 28 16:47:36 2019 +0100
+++ b/client/src/components/Contextbox.vue	Thu Feb 28 16:52:45 2019 +0100
@@ -84,8 +84,7 @@
 }
 
 .contextboxextended {
-  max-width: 700px;
-  max-height: 640px;
+  max-width: 600px;
 }
 
 .close-contextbox {
--- a/client/src/components/importoverview/importlogs/Logs.vue	Thu Feb 28 16:47:36 2019 +0100
+++ b/client/src/components/importoverview/importlogs/Logs.vue	Thu Feb 28 16:52:45 2019 +0100
@@ -125,6 +125,6 @@
 <style lang="scss" scoped>
 .logdetails {
   overflow-y: auto;
-  height: 300px;
+  height: 650px;
 }
 </style>