Long team names are now cutoff if they're TOO long, in tourney cards

This commit is contained in:
FractalParadigm 2025-03-15 11:31:27 -04:00
parent 0f1013d54e
commit 15c3475a4f

View File

@ -52,8 +52,12 @@
}
.tourneyCardRight {
max-width: 55%;
text-align: right;
margin: 0;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}