mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
[ACA] Label position problem in some perform actions like 'send-email' (#11185)
This commit is contained in:
committed by
GitHub
parent
3b5e98b182
commit
c8c1ae7838
@@ -82,6 +82,7 @@
|
||||
|
||||
<mat-form-field
|
||||
*ngIf="isEditable"
|
||||
[floatLabel]="'always'"
|
||||
class="adf-property-field adf-textitem-chip-list-input"
|
||||
[ngClass]="{ 'adf-property-read-only': !isEditable }"
|
||||
>
|
||||
@@ -113,7 +114,7 @@
|
||||
(keyup.enter)="clicked()"
|
||||
(click)="clicked()"
|
||||
>
|
||||
<mat-form-field class="adf-property-field adf-card-textitem-field " [floatLabel]="property.default ? 'always' : null">
|
||||
<mat-form-field class="adf-property-field adf-card-textitem-field" [floatLabel]="'always'">
|
||||
<mat-label
|
||||
*ngIf="showProperty || isEditable"
|
||||
[attr.data-automation-id]="'card-textitem-label-' + property.key"
|
||||
|
Reference in New Issue
Block a user