AAE-36582 Polish details

This commit is contained in:
Tomasz Nastaly
2025-07-24 12:54:58 +02:00
parent 4b3a90761d
commit 6c07fb4c3c
@@ -15,9 +15,9 @@
.adf-form-renderer {
// override Material styles, otherwise fields collapse on some screen widths
// related issue: https://hyland.atlassian.net/browse/AAE-36582
.mat-mdc-form-field-infix {
/* stylelint-disable-next-line declaration-no-important */
width: auto !important;
width: auto;
}
}