Long team names are now cutoff if they're TOO long, in tourney cards
This commit is contained in:
parent
0f1013d54e
commit
15c3475a4f
@ -52,8 +52,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tourneyCardRight {
|
.tourneyCardRight {
|
||||||
|
max-width: 55%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user