Fix for long names in leader board for #2373

Reduced the max-width component to fit ellipsis properly.
This commit is contained in:
divyanshu013 2015-02-23 01:03:35 +05:30
parent d0f661508c
commit dc953431ec

View file

@ -62,7 +62,7 @@
text-align: center
.name-col-cell
max-width: 300px
max-width: 150px
text-overflow: ellipsis
white-space: nowrap
overflow: hidden