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
… (#481)

This change will configure the activity type to display text in regular
font size.
  • Loading branch information
boubaker authored May 6, 2024
1 parent cfec22c commit f6f9eac
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 f6f9eac

Please sign in to comment.