Skip to content

Commit

Permalink
Remove extra whitespace from beginning of text
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Nov 14, 2024
1 parent 88bdacb commit 03c5c15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/layout/common/post/post.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@
[ngClass]="{
'large-font': isSingleEmojiOrWord(token),
}"
>
{{ token.trim() }}
>{{ token.trim() }}
</span>
</div>
}
Expand Down

0 comments on commit 03c5c15

Please sign in to comment.