From da978ca13e41ed4a1822dd3ab90295b273f3ca34 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:36:54 +0300 Subject: [PATCH] Align tournament team members to center --- app/features/tournament/tournament.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/features/tournament/tournament.css b/app/features/tournament/tournament.css index f6374b854..5c9e967d3 100644 --- a/app/features/tournament/tournament.css +++ b/app/features/tournament/tournament.css @@ -187,6 +187,8 @@ text-overflow: ellipsis; white-space: nowrap; max-width: 150px; + display: flex; + align-items: center; } .tournament__team-member-name__role {