From 5d736722a1ed5b9efe8731439682c7b8b18406c0 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 3 Jul 2025 13:06:52 +0200 Subject: [PATCH] fix(profile): add max width for the user actions This prevents the profile to look distorted when the primary action is a long email address. Signed-off-by: Ferdinand Thiessen --- apps/profile/src/views/Profile.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/profile/src/views/Profile.vue b/apps/profile/src/views/Profile.vue index bc0ebaac2db..7865c0d05f1 100644 --- a/apps/profile/src/views/Profile.vue +++ b/apps/profile/src/views/Profile.vue @@ -461,9 +461,11 @@ $content-max-width: 640px; flex-direction: column; gap: 8px 0; margin-top: 20px; + max-width: 300px; &__primary { margin: 0 auto; + max-width: 100%; &__icon { filter: var(--primary-invert-if-dark);