mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
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:
committed by
GitHub
parent
49c0f44435
commit
71df219f94
@@ -1,7 +1,6 @@
|
||||
<form>
|
||||
<mat-form-field
|
||||
[subscriptSizing]="formFieldSubscriptSizing"
|
||||
[floatLabel]="'auto'"
|
||||
class="adf-people-cloud adf-form-field-input"
|
||||
[class.adf-invalid]="hasError() && isDirty()"
|
||||
>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user