mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-7768] ADF Form fields cleanup (#11484)
* [ACS-7768] ADF Form fields cleanup * [ACS-7768] CR fixes * [ACS-7768] Bring back label condition * ACS-7768 Fixing storybook build * [ACS-7768] Fix rebase issues --------- Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com>
This commit is contained in:
co-authored by
Ehsan Rezaei
parent
b2c105dd67
commit
1028df91da
+1
-1
@@ -116,7 +116,7 @@
|
||||
{{ 'DIALOG.SAVE_MESSAGE' | translate }}
|
||||
</div>
|
||||
<div class="adf-save-export-input">
|
||||
<mat-form-field class="adf-example-full-width" [floatLabel]="'always'">
|
||||
<mat-form-field class="adf-full-width">
|
||||
<input
|
||||
matInput
|
||||
type="text"
|
||||
|
||||
+1
-1
@@ -92,7 +92,7 @@
|
||||
}
|
||||
|
||||
.adf-report-dialog {
|
||||
.adf-example-full-width {
|
||||
.adf-full-width {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<div class="adf-duration-widget-grid">
|
||||
<div class="adf-duration-widget-cell">
|
||||
<div class="adf-number-widget">
|
||||
<mat-form-field class="adf-example-full-width" [floatLabel]="'always'">
|
||||
<mat-form-field class="adf-example-full-width">
|
||||
<input
|
||||
matInput
|
||||
placeholder="{{field.nameKey | translate}}"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="adf-number-widget" [formGroup]="formGroup">
|
||||
<mat-form-field class="example-full-width" [floatLabel]="'always'">
|
||||
<mat-form-field class="adf-full-width">
|
||||
<input matInput
|
||||
placeholder="{{field.nameKey | translate}}"
|
||||
formControlName="{{controllerName}}"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.adf-number-widget {
|
||||
width: 100%;
|
||||
|
||||
.example-full-width {
|
||||
.adf-full-width {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user