mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Limit multiplayer leaderboard name width even more
adjusted max-width to 100px, fixes #2373
This commit is contained in:
parent
8ef4a9ddde
commit
1716359fdf
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#ladder-tab-view
|
||||
.name-col-cell
|
||||
max-width: 150px
|
||||
max-width: 100px
|
||||
white-space: nowrap
|
||||
overflow: hidden
|
||||
text-overflow: ellipsis
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
color: white
|
||||
|
||||
.name-col-cell
|
||||
max-width: 150px
|
||||
max-width: 100px
|
||||
text-overflow: ellipsis
|
||||
white-space: nowrap
|
||||
overflow: hidden
|
||||
|
|
Loading…
Reference in a new issue