Skip to content

OpenJDK title is to long #6

@jmlich

Description

@jmlich

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions