Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truncated text for tables and metric ribbons #332

Merged
merged 5 commits into from
Mar 23, 2018
Merged

Conversation

JuanjiJG
Copy link
Contributor

Greetings,

This pull request adds truncatable text to the app. Specifically, to the metric ribbons and the tables. We've implemented a new CSS class, wz-text-truncatable, used for text containers (not the text element itself):

.wz-text-truncatable {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

In addition, the table from Manager Logs is configured to not truncate the Description column, so the user won't miss the complete log.

Example screenshots

overflow1
overflow2

Regards,
Juanjo

@havidarou
Copy link
Member

LGTM!

@havidarou havidarou merged commit 103d369 into 3.2 Mar 23, 2018
@havidarou havidarou deleted the 3.2-truncate-tables branch March 23, 2018 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants