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 Jun 27, 2024
1 parent 45ae446 commit bc787aa
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 bc787aa

Please sign in to comment.