diff --git a/styles/tourney_cards.css b/styles/tourney_cards.css index 19de92b..924fc58 100644 --- a/styles/tourney_cards.css +++ b/styles/tourney_cards.css @@ -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; } \ No newline at end of file