From 23d650dca5bc9fb88540408471d67025fad9614c Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Fri, 3 May 2024 18:26:18 +0100 Subject: [PATCH] feat: Change Kudos Activity Font size - MEED-6347 - Meeds-io/meeds#1836 This change will configure the activity type to display text in regular font size. --- kudos-webapps/src/main/webapp/vue-app/js/Kudos.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kudos-webapps/src/main/webapp/vue-app/js/Kudos.js b/kudos-webapps/src/main/webapp/vue-app/js/Kudos.js index a27499ca8..38922c9e3 100644 --- a/kudos-webapps/src/main/webapp/vue-app/js/Kudos.js +++ b/kudos-webapps/src/main/webapp/vue-app/js/Kudos.js @@ -331,6 +331,7 @@ export function registerActivityActionExtension() { || ''; return summary.includes('') && summary.split('')[0] || summary; }, + regularFontSizeOnSummary: true, noTitleEllipsis: true, noSummaryEllipsis: true, supportsIcon: true,