mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 19:06:59 -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
|
text-align: center
|
||||||
|
|
||||||
.name-col-cell
|
.name-col-cell
|
||||||
max-width: 300px
|
max-width: 150px
|
||||||
text-overflow: ellipsis
|
text-overflow: ellipsis
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
|
Loading…
Reference in a new issue