From c0566d8f590e370993f54d476a338b121050cb0f Mon Sep 17 00:00:00 2001 From: Daniel Palafox Date: Mon, 17 Jul 2023 18:10:19 +0700 Subject: [PATCH] fix: Add missing vertical align in professional activities panel and limit width panel title --- .../affiliation-stack.component.html | 27 ++++++++++--------- .../affiliation-stack.component.scss | 8 ++++++ ...ffiliation-stack.component.scss-theme.scss | 6 +++++ 3 files changed, 29 insertions(+), 12 deletions(-) diff --git a/src/app/record/components/affiliation-stack/affiliation-stack.component.html b/src/app/record/components/affiliation-stack/affiliation-stack.component.html index 31fec131e8..c7ee3a32e3 100644 --- a/src/app/record/components/affiliation-stack/affiliation-stack.component.html +++ b/src/app/record/components/affiliation-stack/affiliation-stack.component.html @@ -29,7 +29,7 @@ id="{{ 'cy-affiliation-' + type + '-' + i }}" [panelTitle]="affiliation.affiliationName.value" > -

+
badge +
- {{ affiliation.affiliationName.value }}: +

+ {{ affiliation.affiliationName.value }}: - - {{ affiliation.city.value }}, - - - {{ affiliation.region.value }}, - - - {{ affiliation.country.value }} - -

+ + {{ affiliation.city.value }}, + + + {{ affiliation.region.value }}, + + + {{ affiliation.country.value }} + +

+