[ACS-8274] angular 15 description field in info drawer is truncated and scrollable (#9878)

This commit is contained in:
dominikiwanekhyland
2024-06-27 08:19:45 +02:00
committed by VitoAlbano
parent aed1303f4a
commit 18e9b31f02

View File

@@ -44,7 +44,7 @@
*ngIf="property.multiline"
title="{{ property.label | translate }}"
[cdkTextareaAutosize]="true"
[cdkAutosizeMaxRows]="1"
[cdkAutosizeMinRows]="1"
[cdkAutosizeMaxRows]="5"
class="adf-property-value"
[ngClass]="{