Skip to content

Commit

Permalink
Remove whitespace on post details
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Nov 14, 2024
1 parent 03c5c15 commit 297602d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/components/post-event/post-event.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@
<span class="inline-block break-words" [ngClass]="{
'large-font':
isSingleEmojiOrWord(token),
}">
{{ token.trim() }}
}">{{ token.trim() }}
</span>
</div>
</ng-container>
Expand Down

0 comments on commit 297602d

Please sign in to comment.