diff --git a/src/components/MatchChatHistory.vue b/src/components/MatchChatHistory.vue index c7a7187..0206cfc 100644 --- a/src/components/MatchChatHistory.vue +++ b/src/components/MatchChatHistory.vue @@ -17,10 +17,10 @@ :class="m.startSide === 1 ? 'text-info' : 'text-warning'"> {{ m.player }} - + - + {{ m.message }} @@ -138,4 +138,11 @@ table td { width: 40ch; max-width: 40ch; } + +@media screen and (max-width: 768px) { + .name { + width: 120px; + max-width: 120px; + } +}