Merge pull request from trotod/fix-name-overflow

Limit multiplayer leaderboard name width even more
This commit is contained in:
Matt Lott 2015-06-19 08:45:48 -07:00
commit 1f3212abba
2 changed files with 2 additions and 2 deletions
app/styles/play/ladder

View file

@ -1,6 +1,6 @@
#ladder-tab-view
.name-col-cell
max-width: 150px
max-width: 100px
white-space: nowrap
overflow: hidden
text-overflow: ellipsis

View file

@ -75,7 +75,7 @@
color: white
.name-col-cell
max-width: 150px
max-width: 100px
text-overflow: ellipsis
white-space: nowrap
overflow: hidden