misli / fedora-software

Web interface to Fedora Software database
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

OpenJDK title is to long #6

Open jmlich opened 9 years ago

jmlich commented 9 years ago

We should shorten title of application in case is to long.

We could clip title into box using following css code: .component-icon { text-overflow: ellipsis; } or .component-icon { overflow: hidden; }

see http://python-jmlich.rhcloud.com/category/development http://python-jmlich.rhcloud.com/apps/java-1.8.0-openjdk-1.8.0.45-31.b13.fc21.x86_64-debug-jconsole-debug