Danlowe95 / IBEIS-web

Web interface and API for IBEIS.
Apache License 2.0
0 stars 6 forks source link

Workspace name CSS needs resizing/cutting #6

Closed Danlowe95 closed 8 years ago

Danlowe95 commented 8 years ago

side bar and top bar, fit space

alabgold commented 8 years ago

Can you elaborate on this problem?

Danlowe95 commented 8 years ago

This is a really simple bug. If the workspace name is very long, the text in the left-bar displaying it will cut off instead of resizing (html is workspace-left.html). I'm not sure the "proper" html fix, but I assume some form of logic that says "shrink font size so that the text doesn't overflow out of the div" is all you need.