diff --git a/website/client/components/chat/chatCard.vue b/website/client/components/chat/chatCard.vue index 5ac3788870..3dd451f6a7 100644 --- a/website/client/components/chat/chatCard.vue +++ b/website/client/components/chat/chatCard.vue @@ -80,6 +80,7 @@ div font-size: 14px; color: #4e4a57; text-align: left !important; + min-height: auto !important; } } @@ -109,7 +110,8 @@ div } .reported { - color: $maroon-50; + margin-top: 18px; + color: $red-50; }