[ACA] Label position problem in some perform actions like 'send-email' (#11185)

This commit is contained in:
dominikiwanekhyland
2025-09-10 10:29:57 +02:00
committed by GitHub
parent 3b5e98b182
commit c8c1ae7838

View File

@@ -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"