Spaces:
Sleeping
Sleeping
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:
|
| 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 |
}
|