comparison client/src/components/importoverview/importlogs/Logs.vue @ 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 77baf4f0ee1e
children 78d4ce079f9b
comparison
equal deleted inserted replaced
2426:53323f701cf3 2427:171ea4b5e8dc
123 </script> 123 </script>
124 124
125 <style lang="scss" scoped> 125 <style lang="scss" scoped>
126 .logdetails { 126 .logdetails {
127 overflow-y: auto; 127 overflow-y: auto;
128 height: 300px; 128 height: 650px;
129 } 129 }
130 </style> 130 </style>