Fix name overflow on match page

This commit is contained in:
Kalle
2022-02-23 17:01:31 +02:00
parent 3f17df78bd
commit 90cf6f9ae7

View File

@@ -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 {