Skip to content
Snippets Groups Projects
Commit ea1124f5 authored by Oliver Schmidt's avatar Oliver Schmidt
Browse files

OZG-7591 fix error massage break

parent 21337e8c
Branches
Tags
1 merge request!92Administration: Validierung der Pflichtfelder bei "Benutzer & Rollen"
...@@ -32,7 +32,7 @@ import { ExclamationIconComponent } from '../../icons/exclamation-icon/exclamati ...@@ -32,7 +32,7 @@ import { ExclamationIconComponent } from '../../icons/exclamation-icon/exclamati
imports: [CommonModule, ExclamationIconComponent], imports: [CommonModule, ExclamationIconComponent],
styles: [':host {@apply flex text-error my-2 text-sm items-center font-medium}'], styles: [':host {@apply flex text-error my-2 text-sm items-center font-medium}'],
template: `<ods-exclamation-icon class="mr-1"></ods-exclamation-icon> template: `<ods-exclamation-icon class="mr-1"></ods-exclamation-icon>
<div class="flex-grow break-all" [id]="id"> <div class="flex-grow break-words" [id]="id">
{{ text }} {{ text }}
<br *ngIf="subText" aria-hidden="true" /> <br *ngIf="subText" aria-hidden="true" />
{{ subText }} {{ subText }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment