We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are many places where the last letter/character of text in a table icon is put on a new line.
Is there a way to fix this that I'm not aware of because overtime this small issues becomes very frustrating?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
It will be fixed in version 14.01.
No branches or pull requests
There are many places where the last letter/character of text in a table icon is put on a new line.
Is there a way to fix this that I'm not aware of because overtime this small issues becomes very frustrating?
The text was updated successfully, but these errors were encountered: