Skip to content

Commit

Permalink
feat: Change Kudos Activity Font size - MEED-6347 - Meeds-io/meeds#1836
Browse files Browse the repository at this point in the history
This change will configure the activity type to display text in regular font size.
  • Loading branch information
boubaker committed May 3, 2024
1 parent 12a3253 commit 23d650d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kudos-webapps/src/main/webapp/vue-app/js/Kudos.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ export function registerActivityActionExtension() {
|| '';
return summary.includes('<oembed>') && summary.split('<oembed>')[0] || summary;
},
regularFontSizeOnSummary: true,
noTitleEllipsis: true,
noSummaryEllipsis: true,
supportsIcon: true,
Expand Down

0 comments on commit 23d650d

Please sign in to comment.