From 342fbec195906aef0467aed5823a83da9fe6c8de Mon Sep 17 00:00:00 2001 From: greta Date: Tue, 7 Nov 2023 09:33:28 +0100 Subject: [PATCH] fixup! Add shared items and events for each contact Signed-off-by: greta --- src/components/ContactDetails.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue index 3164e977d..4c0cdc972 100644 --- a/src/components/ContactDetails.vue +++ b/src/components/ContactDetails.vue @@ -1130,5 +1130,8 @@ section.contact-details { .last-edit { display: inline-flex; } - +// forcing the size only for contacts app to fit the text size of the contacts app +::v-deep .related-resources__header h5 { + font-size: medium; +}