From 7cb0f5145de19d0ea54a9aab32b452834cd1db15 Mon Sep 17 00:00:00 2001 From: negue Date: Mon, 11 Jun 2018 22:53:43 +0200 Subject: [PATCH] update margin / color --- website/client/components/chat/chatCard.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; }