AAE-36023 Making develop sync with ng18 backup branch (#11061)

AAE-36023 Fixing workspace cropping issues and label floating issues
This commit is contained in:
Soumyajit Chakraborty
2025-07-24 18:13:52 +05:30
committed by GitHub
parent 49c0f44435
commit 71df219f94
3 changed files with 2 additions and 3 deletions
@@ -8,7 +8,7 @@
<label class="adf-label" [attr.for]="field.id"
>{{field.name | translate }}<span class="adf-asterisk" [style.visibility]="isRequired() ? 'visible' : 'hidden'">*</span></label
>
<mat-form-field [floatLabel]="field.placeholder ? 'always': null" class="adf-group-widget-field">
<mat-form-field class="adf-group-widget-field">
<mat-chip-grid #chipGrid>
<mat-chip-row
*ngFor="let group of selectedGroups"
@@ -3,7 +3,7 @@
[class.adf-readonly]="field.readOnly"
id="people-widget-content">
<label class="adf-label" [attr.for]="field.id">{{field.name | translate }}<span class="adf-asterisk" [style.visibility]="isRequired() ? 'visible' : 'hidden'">*</span></label>
<mat-form-field [floatLabel]="field.placeholder ? 'always': null"
<mat-form-field
class="adf-people-widget-field">
<mat-chip-grid #chipGrid [attr.aria-label]="'ADF_PROCESS_LIST.START_PROCESS.FORM.LABEL.SELECTED_PEOPLE' | translate">
<mat-chip-row