From edba79f6dbdacec70f824abf734a8d24d7c552ec Mon Sep 17 00:00:00 2001 From: KS Edouard Song Date: Sun, 22 Jan 2023 19:15:20 +0100 Subject: [PATCH] fix: remove whitespace wrapping on status aside (#1393) --- components/status/StatusCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index ba4589ca..0f1b7c67 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -164,7 +164,7 @@ const showReplyTo = $computed(() => !replyToMain && !directReply)
-
+