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

Table item width putting single characters on new line #207

Closed
sahaka opened this issue Jul 24, 2015 · 2 comments
Closed

Table item width putting single characters on new line #207

sahaka opened this issue Jul 24, 2015 · 2 comments

Comments

@sahaka
Copy link

sahaka commented Jul 24, 2015

There are many places where the last letter/character of text in a table icon is put on a new line.

screenshot 2015-07-24 15 58 52

screenshot 2015-07-24 16 02 14

Is there a way to fix this that I'm not aware of because overtime this small issues becomes very frustrating?

@iliajie
Copy link
Collaborator

iliajie commented Jul 24, 2015

Yes, good point. So far, open theme settings and by going to theme extensions, add the following to CSS extension:

.row.icons-row .icons-container a {
    word-break: normal;
    overflow: hidden;
}

On the next minor bug fixes release, I will add it to the distro.

@iliajie
Copy link
Collaborator

iliajie commented Jul 30, 2015

It will be fixed in version 14.01.

@iliajie iliajie closed this as completed Jul 30, 2015
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

No branches or pull requests

2 participants