Skip to content

Commit

Permalink
EW-1060 changed showen title of a card
Browse files Browse the repository at this point in the history
  • Loading branch information
Fshmit committed Nov 21, 2024
1 parent e81ff22 commit ae156b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ export class CommonCartridgeExportMapper {
const title = sanitizeHtml(text, {
allowedTags: [],
allowedAttributes: {},
}).slice(0, 50);
}).slice(0, 20);

return title;
return `${title}...`;
}
}

0 comments on commit ae156b7

Please sign in to comment.