-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
Wrap long labels onto multiple lines to prevent text being cut off #12716
Conversation
Can one of the admins verify this patch? |
(Standard links)
|
@calbasi could you post a screenshot? I wonder about having the text wrap instead. @civicrm-builder add to whitelist. |
About text wrap, the problem could be the "estrange" html used, where background-color is set in the parent container, what has no text... Here the html output:
|
I suspect the problem is a css rule setting |
Right but if |
Sounds like I'm entirely right, I said that |
@calbasi I'm happy with this change if you are. Last thing to do is to clean up the commits in this PR, e.g. squash them into one commit with a helpful description, like "Wrap long labels onto multiple lines to prevent text being cut off". Do you know how do do that with git? |
Hi @colemanw , |
Overview
In long labels, a width of 17% hides part of the content... Just changing whitespace wrapping back to normal allows them to show the whole label.
Before
After