mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: truncate summoner names in friends list
This commit is contained in:
parent
1819c0ba65
commit
faf2ede582
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
>
|
||||
<router-link
|
||||
:to="{ name: 'summoner', params: { region: $route.params.region, name: mate.name }}"
|
||||
class="w-2/4 hover:text-teal-200"
|
||||
class="w-2/4 truncate hover:text-teal-200"
|
||||
>{{ mate.name }}</router-link>
|
||||
<div class="w-1/4">{{ mate.wins }} / {{ mate.losses }}</div>
|
||||
<div class="w-1/4">
|
||||
|
|
|
|||
Loading…
Reference in a new issue