Adjust max-height of report display in Step4Report component for improved visibility
This commit is contained in:
parent
f904407741
commit
851b12dfd9
1 changed files with 1 additions and 1 deletions
|
|
@ -1268,7 +1268,7 @@ watch(() => props.reportId, (newId) => {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 3px;
|
gap: 3px;
|
||||||
max-height: 400px;
|
max-height: 100px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue