Align tournament team members to center

This commit is contained in:
Kalle
2024-06-24 13:36:54 +03:00
parent e6ec653e0e
commit da978ca13e

View File

@@ -187,6 +187,8 @@
text-overflow: ellipsis;
white-space: nowrap;
max-width: 150px;
display: flex;
align-items: center;
}
.tournament__team-member-name__role {