changeset 2443:6694603471a5

staging: layout logs
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 01 Mar 2019 12:14:36 +0100
parents 9b7138751f5b
children 7ca6bdb2d174
files client/src/components/importoverview/importlogs/Logs.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/importlogs/Logs.vue	Fri Mar 01 12:07:34 2019 +0100
+++ b/client/src/components/importoverview/importlogs/Logs.vue	Fri Mar 01 12:14:36 2019 +0100
@@ -127,6 +127,6 @@
 <style lang="scss" scoped>
 .logdetails {
   overflow-y: auto;
-  height: 650px;
+  max-height: 650px;
 }
 </style>