mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Fix for long names in leader board for #2373
Reduced the max-width component to fit ellipsis properly.
This commit is contained in:
parent
d0f661508c
commit
dc953431ec
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
text-align: center
|
||||
|
||||
.name-col-cell
|
||||
max-width: 300px
|
||||
max-width: 150px
|
||||
text-overflow: ellipsis
|
||||
white-space: nowrap
|
||||
overflow: hidden
|
||||
|
|
Loading…
Reference in a new issue