666ghj commited on
Commit
28608e6
·
1 Parent(s): e8836ae

Adjust max-height of report display in Step4Report component for improved visibility

Browse files
frontend/src/components/Step4Report.vue CHANGED
@@ -1268,7 +1268,7 @@ watch(() => props.reportId, (newId) => {
1268
  display: flex;
1269
  flex-direction: column;
1270
  gap: 3px;
1271
- max-height: 400px;
1272
  overflow-y: auto;
1273
  padding-right: 4px;
1274
  }
 
1268
  display: flex;
1269
  flex-direction: column;
1270
  gap: 3px;
1271
+ max-height: 100px;
1272
  overflow-y: auto;
1273
  padding-right: 4px;
1274
  }