From eb8968e80035ab1fc4fbaa600dce37499275aa58 Mon Sep 17 00:00:00 2001 From: Sensational Code Date: Mon, 26 Aug 2024 03:02:37 -0700 Subject: [PATCH 1/5] Formatting --- src/ui/UserPortal/components/ChatMessage.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ui/UserPortal/components/ChatMessage.vue b/src/ui/UserPortal/components/ChatMessage.vue index 987265f7d0..1309cd670f 100644 --- a/src/ui/UserPortal/components/ChatMessage.vue +++ b/src/ui/UserPortal/components/ChatMessage.vue @@ -678,11 +678,11 @@ iframe { } .attachment-icon { - width: 24px; - margin-right: 4px; - vertical-align: middle; - line-height: 1; - } + width: 24px; + margin-right: 4px; + vertical-align: middle; + line-height: 1; +} \ No newline at end of file