From 4ac3068fcb72b605f31f33292e8e8849d156aedd Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 20 Oct 2024 12:29:30 -0700 Subject: [PATCH] fix(css): run prittier on css file --- .../chat/ChatUserMessage/ChatUserMessage.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss b/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss index f44d578ba..e51913d15 100644 --- a/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss +++ b/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss @@ -4,7 +4,7 @@ $p-h-size: 8px; $p-v-size: 2px; .root { - border-left: $border-style; + border-left: $border-style; position: relative; font-size: var(--chat-message-text-size); padding: $p-v-size $p-h-size; @@ -20,7 +20,6 @@ $p-v-size: 2px; margin: initial; } - .user { display: flex; align-items: center;