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
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