diff --git a/frontend/src/components/Step4Report.vue b/frontend/src/components/Step4Report.vue index ac0f7c9..e4ca2b7 100644 --- a/frontend/src/components/Step4Report.vue +++ b/frontend/src/components/Step4Report.vue @@ -1268,7 +1268,7 @@ watch(() => props.reportId, (newId) => { display: flex; flex-direction: column; gap: 3px; - max-height: 400px; + max-height: 100px; overflow-y: auto; padding-right: 4px; }