mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +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
8eb78368a6
commit
c7acb7212c
@@ -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