From 3e0179b90576d6388d4153bdf1c1ec25b05b5f86 Mon Sep 17 00:00:00 2001
From: Oleh Paduchak
Date: Tue, 30 Sep 2025 17:27:18 +0300
Subject: [PATCH] fix(user-profile): fixed ellipsis not showing on xl profile
---
.../profile-information.component.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/app/features/profile/components/profile-information/profile-information.component.html b/src/app/features/profile/components/profile-information/profile-information.component.html
index 065eb33e7..27c9d715e 100644
--- a/src/app/features/profile/components/profile-information/profile-information.component.html
+++ b/src/app/features/profile/components/profile-information/profile-information.component.html
@@ -21,8 +21,8 @@ {{ currentUser()?.fullName }}
-
-
+
+
@if (currentUser()?.social?.orcid) {
![orcid]()
@@ -39,9 +39,9 @@
{{ currentUser()?.fullName }}
@if (isEmploymentAndEducationVisible()) {
-
+
@if (currentUser()?.education?.length) {
-
+
{{ currentUser()?.education?.[0]?.institution }}