From 30f394c1168982bb04bcd639783bc0c07e8c16e2 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Thu, 3 Feb 2022 15:34:48 +0100 Subject: [PATCH] updated broken icon in chat history 3 --- src/components/MatchChatHistory.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/MatchChatHistory.vue b/src/components/MatchChatHistory.vue index c77e385..c7a7187 100644 --- a/src/components/MatchChatHistory.vue +++ b/src/components/MatchChatHistory.vue @@ -131,6 +131,9 @@ table td { vertical-align: top; } } +.fa-caret-right { + font-size: 1rem; +} .message { width: 40ch; max-width: 40ch;