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; +}