0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed the spacing with email links in activity without flag

refs: https://github.com/TryGhost/Team/issues/1298

- Removed the title class as it's not necessary when flag is off
This commit is contained in:
James Morris 2022-02-01 14:28:37 +00:00
parent 418d5ae11c
commit 097aa5c228

View file

@ -17,7 +17,7 @@
<div class="gh-member-feed-detail">
<div class="gh-member-feed-event">
{{#if event.email}}
<GhEmailPreviewLink @data={{event.email}} class="gh-member-feed-title" />
<GhEmailPreviewLink @data={{event.email}} />
{{else}}
{{event.action}} {{event.object}}
{{/if}}