mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-8274] angular 15 description field in info drawer is truncated and scrollable (#9878)
This commit is contained in:
committed by
VitoAlbano
parent
aed1303f4a
commit
18e9b31f02
@@ -44,7 +44,7 @@
|
|||||||
*ngIf="property.multiline"
|
*ngIf="property.multiline"
|
||||||
title="{{ property.label | translate }}"
|
title="{{ property.label | translate }}"
|
||||||
[cdkTextareaAutosize]="true"
|
[cdkTextareaAutosize]="true"
|
||||||
[cdkAutosizeMaxRows]="1"
|
[cdkAutosizeMinRows]="1"
|
||||||
[cdkAutosizeMaxRows]="5"
|
[cdkAutosizeMaxRows]="5"
|
||||||
class="adf-property-value"
|
class="adf-property-value"
|
||||||
[ngClass]="{
|
[ngClass]="{
|
||||||
|
Reference in New Issue
Block a user