diff options
Diffstat (limited to 'src/components/status_body/status_body.vue')
| -rw-r--r-- | src/components/status_body/status_body.vue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/status_body/status_body.vue b/src/components/status_body/status_body.vue index 7e699a45..b84541d7 100644 --- a/src/components/status_body/status_body.vue +++ b/src/components/status_body/status_body.vue @@ -38,7 +38,10 @@ > {{ $t("general.show_more") }} </button> - <span v-if="!hideSubjectStatus && !(singleLine && status.summary_html)"> + <span + v-if="!hideSubjectStatus && !(singleLine && status.summary_html)" + class="rich-content-wrapper" + > <MentionsLine v-if="!hideMentions && firstMentions && firstMentions.length > 0" :mentions="firstMentions" |
