Skip to content

Commit

Permalink
[ACS-8274] angular 15 description field in info drawer is truncated a…
Browse files Browse the repository at this point in the history
…nd scrollable (#9878)
  • Loading branch information
dominikiwanekhyland authored and ehsan-2019 committed Jul 4, 2024
1 parent 90fc7c7 commit fb1a36b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*ngIf="property.multiline"
title="{{ property.label | translate }}"
[cdkTextareaAutosize]="true"
[cdkAutosizeMaxRows]="1"
[cdkAutosizeMinRows]="1"
[cdkAutosizeMaxRows]="5"
class="adf-property-value"
[ngClass]="{
Expand Down

0 comments on commit fb1a36b

Please sign in to comment.