mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Merge pull request #2845 from trotod/fix-name-overflow
Limit multiplayer leaderboard name width even more
This commit is contained in:
commit
1f3212abba
2 changed files with 2 additions and 2 deletions
app/styles/play/ladder
|
@ -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…
Add table
Reference in a new issue