UX: prevent user card status overflow (#19979)

This commit is contained in:
Kris
2023-01-24 13:58:24 -05:00
committed by GitHub
parent 4da8e15801
commit e71bf672cb
2 changed files with 4 additions and 1 deletions
@@ -111,7 +111,9 @@
{{#if this.hasStatus}}
<h3 class="user-status">
{{html-safe this.userStatusEmoji}}
{{this.user.status.description}}
<span class="user-status__description">
{{this.user.status.description}}
</span>
{{format-date this.user.status.ends_at format="tiny"}}
</h3>
{{/if}}