Commit 8f9263d4 authored by Dannon Baker's avatar Dannon Baker
Browse files

Constrain display size of large dataset.misc_info (allow scroll, since some...

Constrain display size of large dataset.misc_info (allow scroll, since some tools apparently do actually have useful stuff in here)
parent 6353fd24
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -80,3 +80,9 @@ export default {
    },
};
</script>
<style scoped>
.details .summary div.info {
    max-height: 4rem;
    overflow-y: auto;
}
</style>