Limit multiplayer leaderboard name width even more

adjusted max-width to 100px, fixes #2373
This commit is contained in:
David Liu 2015-06-19 07:35:35 -07:00
parent 8ef4a9ddde
commit 1716359fdf
2 changed files with 2 additions and 2 deletions

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