[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:
Michal Kinas
2026-01-27 08:10:15 +01:00
committed by GitHub
co-authored by Ehsan Rezaei
parent b2c105dd67
commit 1028df91da
78 changed files with 620 additions and 1167 deletions
@@ -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"
@@ -92,7 +92,7 @@
}
.adf-report-dialog {
.adf-example-full-width {
.adf-full-width {
width: 100%;
}
@@ -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%;
}
}