diff --git a/ui/src/app/metadata/domain/component/forms/finish-form.component.html b/ui/src/app/metadata/domain/component/forms/finish-form.component.html index 28b9dda91..0e28beacc 100644 --- a/ui/src/app/metadata/domain/component/forms/finish-form.component.html +++ b/ui/src/app/metadata/domain/component/forms/finish-form.component.html @@ -52,7 +52,7 @@

{{ contact.name }} - {{ contact.emailAddress }} + {{ contact.emailAddress }} {{ contact.type }} diff --git a/ui/src/theme/typography.scss b/ui/src/theme/typography.scss index 2e5d717d1..76c9bc107 100644 --- a/ui/src/theme/typography.scss +++ b/ui/src/theme/typography.scss @@ -2,4 +2,8 @@ font-size: 2.5rem; font-weight: normal; line-height: 1.2; -} \ No newline at end of file +} + +.br-word { + word-break: break-word; +}