From 90cf6f9ae75936bcb190b3355cbdb669b6f2187f Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Wed, 23 Feb 2022 17:01:31 +0200 Subject: [PATCH] Fix name overflow on match page --- app/styles/play-match.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/play-match.css b/app/styles/play-match.css index 058b223c5..db55ea439 100644 --- a/app/styles/play-match.css +++ b/app/styles/play-match.css @@ -80,7 +80,7 @@ font-size: var(--fonts-xs); font-weight: var(--semi-bold); margin-block-start: 1px; - white-space: nowrap; + overflow-wrap: anywhere; } .play-match__player {