Skip to content

Commit

Permalink
Merge branch 'develop' into TASK-71389
Browse files Browse the repository at this point in the history
  • Loading branch information
bourasom authored May 21, 2024
2 parents 324b0ee + 9d75599 commit 630de75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<v-app
:class="owner && 'kudosOverviewApplication' || 'kudosOverviewApplicationOther'"
class="white">
:class="owner && 'kudosOverviewApplication' || 'kudosOverviewApplicationOther'">
<widget-wrapper
id="kudosOverviewHeader"
:title="$t('exoplatform.kudos.button.rewardedKudos')">
Expand Down

0 comments on commit 630de75

Please sign in to comment.