blackberry / webworks-gui

GUI Tool for WebWorks 2.0
https://developer.blackberry.com/html5/
Apache License 2.0
3 stars 5 forks source link

App Id spills into Configuration button in side bar menu #237

Open rcrugnale opened 10 years ago

rcrugnale commented 10 years ago

When using a long App ID such as com.blackberry.webworks.hello-world, the label will wrap itself into the Configuration item in the side bar.

image

rcruz commented 10 years ago

This css property should help:

text-overflow: ellipsis;

http://caniuse.com/text-overflow