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;