Skip to content
Snippets Groups Projects

OZG-7871 Fix multi line mat error

Merged Alexander Reifschneider requested to merge OZG-7871-error-text-bug into main
3 files
+ 12
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -58,3 +58,14 @@ body.dark {
--mdc-filled-text-field-disabled-active-indicator-color: theme('colors.error');
}
}
.mat-mdc-form-field {
@apply w-full self-start;
.mat-mdc-form-field-subscript-wrapper {
@apply flex;
.mat-mdc-form-field-error-wrapper {
@apply static;
}
}
}
Loading