[collected] Improving browsing list

Hi,

I would like to suggest an improvement for the browsing list. When the name of an entry is too long then text exceed.
I suggest to add the following instructions in the file panel.css to the ".playlist .pl-entry, .database .db-entry " definition, after the line 373 :
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;

With this, the text is cut and the ellipsis are added. For me, it work nicely. I would be happy if this tweak could be add to the project.

Regards.