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;
|
||||
flex-direction: column;
|
||||
gap: 3px;
|
||||
max-height: 400px;
|
||||
max-height: 100px;
|
||||
overflow-y: auto;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue