Skip to content
Snippets Groups Projects
Commit 4f0c2cc0 authored by Alexander Reifschneider's avatar Alexander Reifschneider
Browse files

Merge branch 'OZG-7871-error-text-bug' into 'main'

OZG-7871 Fix multi line mat error

See merge request !112
parents 4c14940d e261b71b
No related branches found
No related tags found
1 merge request!112OZG-7871 Fix multi line mat error
......@@ -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;
}
}
}
......@@ -23,7 +23,7 @@
unter der Lizenz sind dem Lizenztext zu entnehmen.
-->
<mat-form-field class="max-w-48">
<mat-form-field class="max-w-56">
<mat-label>{{ label }}</mat-label>
<input
matInput
......
......@@ -26,10 +26,6 @@
flex-direction: column;
max-width: 560px;
.date {
max-width: 200px;
}
.submit-button {
margin: 16px 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment