aboutsummaryrefslogtreecommitdiff
path: root/src/components/thread_tree/thread_tree.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2022-04-07 15:50:51 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2022-04-07 15:50:51 +0000
commit2d99cbc640f1463f95386c22f189cc6b0b46d05b (patch)
tree9657b726ead980c9230466cf46f83430896ef301 /src/components/thread_tree/thread_tree.vue
parentd8324dd80b2beeb96b81b4bc05df12550bbda407 (diff)
parent22c70ae22a43bb1b11ace5a480df6587650bb6c3 (diff)
Merge branch 'from/develop/tusooa/1160-rm-shrug' into 'develop'
Fix shrug text in muted status Closes #1160 See merge request pleroma/pleroma-fe!1509
Diffstat (limited to 'src/components/thread_tree/thread_tree.vue')
-rw-r--r--src/components/thread_tree/thread_tree.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/thread_tree/thread_tree.vue b/src/components/thread_tree/thread_tree.vue
index 74577583..4eaf597d 100644
--- a/src/components/thread_tree/thread_tree.vue
+++ b/src/components/thread_tree/thread_tree.vue
@@ -1,5 +1,5 @@
<template>
- <div class="thread-tree panel-body">
+ <div class="thread-tree">
<status
:key="status.id"
ref="statusComponent"